* parse.y (rb_parser_end_seen_p): exclude from ripper.

<http://moonrock.jp/~don/d/200507.html#d28_t2>

* sprintf.c (clearerr): remove standard macro before re-definition.
  <http://moonrock.jp/~don/d/200507.html#d28_t3>


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@8862 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2005-07-28 12:49:31 +00:00
parent 41d41fbdb9
commit b4fef39a40
3 changed files with 21 additions and 12 deletions

View File

@ -1,3 +1,11 @@
Thu Jul 28 21:49:17 2005 IWATSUKI Hiroyuki <don@na.rim.or.jp>
* parse.y (rb_parser_end_seen_p): exclude from ripper.
<http://moonrock.jp/~don/d/200507.html#d28_t2>
* sprintf.c (clearerr): remove standard macro before re-definition.
<http://moonrock.jp/~don/d/200507.html#d28_t3>
Thu Jul 28 18:09:55 2005 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp>
* ext/tk/stubs.c: When --enable-tcltk-stubs, the initialize

View File

@ -8791,7 +8791,6 @@ rb_parser_new()
return Data_Wrap_Struct(0, parser_mark, parser_free, p);
}
#endif
/*
* call-seq:
@ -8809,6 +8808,7 @@ rb_parser_end_seen_p(vparser)
Data_Get_Struct(vparser, struct parser_params, parser);
return ruby__end__seen ? Qtrue : Qfalse;
}
#endif
#ifdef RIPPER
#ifdef RIPPER_DEBUG

View File

@ -837,6 +837,7 @@ fmt_setup(buf, c, flags, width, prec)
#define __sFILE rb_printf_sfile
#undef feof
#undef ferror
#undef clearerr
#undef fileno
#if SIZEOF_LONG < SIZEOF_VOIDP
# if SIZEOF_LONG_LONG == SIZEOF_VOIDP