From 272a0029052d8c9cd27ff8c6207428ffae640e03 Mon Sep 17 00:00:00 2001 From: why Date: Tue, 29 Jul 2003 03:27:01 +0000 Subject: * ext/syck/token.c: prefixed many constants and definitions with YAML_ to avoid name clash. * ext/syck/gram.c: ditto. * ext/syck/gram.h: ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4203 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index ddc73e5b0..c10b3500f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,10 +1,19 @@ +Tue Jul 29 12:22:28 2003 why the lucky stiff + + * ext/syck/token.c: prefixed many constants and definitions with YAML_ to + avoid name clash. + + * ext/syck/gram.c: ditto. + + * ext/syck/gram.h: ditto. + Tue Jul 29 12:15:37 2003 NAKAMURA Usaku * ext/etc/etc.c: add real prototype to getenv(). * win32/win32.h: add arguments to definitions of functions if possible. -Mon Jul 28 19:22:08 2003 why the lucky stiff +Tue Jul 29 04:22:08 2003 why the lucky stiff * ext/syck/syck.h: Added 'syck' yacc prefixes. -- cgit