From 03cfb96d56872f721ba6fc832f4fa9898f60d3d0 Mon Sep 17 00:00:00 2001 From: nobu Date: Thu, 20 Oct 2005 13:23:26 +0000 Subject: * ext/ripper/tools/preproc.rb (prelude): do not append surplus newlines to fix line numbers. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@9430 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 44e4c864e..2adade6fb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,10 @@ -Thu Oct 20 22:14:43 2005 Nobuyoshi Nakada +Thu Oct 20 22:22:49 2005 Nobuyoshi Nakada * parser.y (struct parser_params): parser never modify input string. + * ext/ripper/tools/preproc.rb (prelude): do not append surplus + newlines to fix line numbers. + Thu Oct 20 11:41:57 2005 Hirokazu Yamamoto * class.c, eval.c, hash.c, st.c, variable.c: changed /* ??? */ stuff -- cgit