diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-07-28 12:49:31 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-07-28 12:49:31 +0000 |
commit | b4fef39a40db7783e639436ca2836cfb90c7bde9 (patch) | |
tree | b0ab080f0945effd799de3581d6ba33c9761144d /sprintf.c | |
parent | 41d41fbdb9e2448404865310c295dd666ce60d00 (diff) |
* 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
Diffstat (limited to 'sprintf.c')
-rw-r--r-- | sprintf.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |