From d0b5988d998b84fa3cefc117214f7b7e5d7d950d Mon Sep 17 00:00:00 2001 From: usa Date: Fri, 17 Sep 2004 11:38:49 +0000 Subject: * parse.y: add prototypes for Microsoft compiler. * ext/ripper/depend (parse.obj): lex.c exists at hdrdir. * {bcc32,win32,wince}/Makefile.sub (YACC, YFLAGS, parse.c): use bison. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6921 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 1e5bb481e..b69cacfe8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +Fri Sep 17 20:29:33 2004 NAKAMURA Usaku + + * parse.y: add prototypes for Microsoft compiler. + + * ext/ripper/depend (parse.obj): lex.c exists at hdrdir. + + * {bcc32,win32,wince}/Makefile.sub (YACC, YFLAGS, parse.c): + use bison. + Fri Sep 17 17:11:08 2004 Yukihiro Matsumoto * array.c (rb_ary_delete): element comparison might change array -- cgit