From 35617676cb24f12d8daa8342cefd0b2355b137e4 Mon Sep 17 00:00:00 2001 From: ko1 Date: Sat, 30 Aug 2008 01:43:34 +0000 Subject: [PATCH] * parse.y: remove include pragma for "ruby/intern.h". git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18937 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++++ parse.y | 1 - 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 819a326bee..a66af3d5fe 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Sat Aug 30 10:43:03 2008 2008 Koichi Sasada + + * parse.y: remove include pragma for "ruby/intern.h". + Sat Aug 30 10:41:57 2008 Nobuyoshi Nakada * lib/rake.rb (Rake::Application#help): fix for OPTIONAL_ARGUMENT and diff --git a/parse.y b/parse.y index 10e0c2c128..99e793f7f8 100644 --- a/parse.y +++ b/parse.y @@ -16,7 +16,6 @@ #define YYSTACK_USE_ALLOCA 0 #include "ruby/ruby.h" -#include "ruby/intern.h" #include "ruby/node.h" #include "ruby/st.h" #include "ruby/encoding.h"