From 988b2ae95efb2c4d1cfa0150904809ef9e9284df Mon Sep 17 00:00:00 2001 From: shyouhei Date: Wed, 11 Aug 2010 07:04:46 +0000 Subject: [PATCH] reverted revision r28961; which breaks test-all git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@28962 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ---- node.h | 10 ---------- 2 files changed, 14 deletions(-) diff --git a/ChangeLog b/ChangeLog index 069631ca1b..3a7a31c794 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,3 @@ -Wed Aug 11 12:18:00 2010 Nobuyoshi Nakada - - * node.h (rb_parser_{get,set}_yydebug): used in ripper. - Wed Aug 11 11:01:15 2010 Kenta Murata * ext/bigdecimal/bigdecimal.c: don't use // comment. diff --git a/node.h b/node.h index c7b472e587..f8cf7de7b2 100644 --- a/node.h +++ b/node.h @@ -448,15 +448,9 @@ typedef struct RNode { #define NEW_PRELUDE(p,b) NEW_NODE(NODE_PRELUDE,p,b,0) #define NEW_OPTBLOCK(a) NEW_NODE(NODE_OPTBLOCK,a,0,0) -#if defined __GNUC__ && __GNUC__ >= 4 -#pragma GCC visibility push(default) -#endif - VALUE rb_parser_new(void); VALUE rb_parser_end_seen_p(VALUE); VALUE rb_parser_encoding(VALUE); -VALUE rb_parser_get_yydebug(VALUE); -VALUE rb_parser_set_yydebug(VALUE, VALUE); NODE *rb_parser_compile_cstr(volatile VALUE, const char*, const char*, int, int); NODE *rb_parser_compile_string(volatile VALUE, const char*, VALUE, int); @@ -479,10 +473,6 @@ VALUE rb_gvar_get(struct rb_global_entry *); VALUE rb_gvar_set(struct rb_global_entry *, VALUE); VALUE rb_gvar_defined(struct rb_global_entry *); -#if defined __GNUC__ && __GNUC__ >= 4 -#pragma GCC visibility pop -#endif - #if defined(__cplusplus) #if 0 { /* satisfy cc-mode */