1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* include/ruby/{intern,ruby}.h, compile.[ch], error.c, eval.c,

eval_load.c, gc.c, iseq.c, main.c, parse.y, re.c, ruby.c,
  yarvcore.[ch] (ruby_eval_tree, ruby_sourcefile, ruby_sourceline,
  ruby_nerrs): purge global variables.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@12700 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2007-07-05 08:12:18 +00:00
parent a0d50fa3c4
commit 46603a78af
16 changed files with 496 additions and 471 deletions

View file

@ -37,6 +37,8 @@
#define CPDEBUG 2
#endif
NORETURN(PRINTF_ARGS(void rb_compile_bug(const char*, int, const char*, ...), 3, 4));
#if CPDEBUG > 0
#define debugp(header, value) \
@ -205,6 +207,8 @@ r_value(VALUE value)
break; \
}
#define ERROR_ARGS (node)->nd_file, nd_line(node),
#define COMPILE_OK 1
#define COMPILE_NG 0