summaryrefslogtreecommitdiffstats
path: root/intern.h
diff options
context:
space:
mode:
authoraamine <aamine@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-09-02 12:19:30 +0000
committeraamine <aamine@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-09-02 12:19:30 +0000
commite5e77efb2d9832fe3d9fc1df33037307f2ea897f (patch)
treee76417887fb3e3fe98f895eac82cfbd1ff060953 /intern.h
parente909a59788359ab4d39fed1bb05583e03a33daf9 (diff)
downloadruby-e5e77efb2d9832fe3d9fc1df33037307f2ea897f.tar.gz
ruby-e5e77efb2d9832fe3d9fc1df33037307f2ea897f.tar.xz
ruby-e5e77efb2d9832fe3d9fc1df33037307f2ea897f.zip
* gc.c (gc_sweep): does reclaim nodes in also compile time, if we can.
* ruby.c (load_file): omit GC if we can. * parse.y (ruby_parser_stack_on_heap): new function. * intern.h (ruby_parser_stack_on_heap): added. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2780 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'intern.h')
-rw-r--r--intern.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/intern.h b/intern.h
index 59fcfa67f..afc902d26 100644
--- a/intern.h
+++ b/intern.h
@@ -291,6 +291,7 @@ int yyparse _((void));
ID rb_id_attrset _((ID));
void rb_parser_append_print _((void));
void rb_parser_while_loop _((int, int));
+int ruby_parser_stack_on_heap _((void));
int rb_is_const_id _((ID));
int rb_is_instance_id _((ID));
int rb_is_class_id _((ID));