From 689b7d159905e116f2148736f5d080d839a10827 Mon Sep 17 00:00:00 2001 From: nobu Date: Thu, 12 Feb 2004 11:31:52 +0000 Subject: * lib/mkmf.rb (create_tmpsrc): cpp32 of Borland C++ ignores #error directives in DOS line-ending files at all. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5679 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 6cd2eb330..345d8e3fa 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Thu Feb 12 20:31:43 2004 Nobuyoshi Nakada + + * lib/mkmf.rb (create_tmpsrc): cpp32 of Borland C++ ignores #error + directives in DOS line-ending files at all. + Thu Feb 12 15:23:20 2004 Nobuyoshi Nakada * parse.y (rparen): ignore preceding newlines to right parentheses. -- cgit