summaryrefslogtreecommitdiff
path: root/intern.h
diff options
context:
space:
mode:
authorshyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-07-07 03:10:46 +0000
committershyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-07-07 03:10:46 +0000
commit9215d887997151743c6b606f195464bafdf3d628 (patch)
tree9f80ce1929f11a44bbdef7b7649315e7097b7ed2 /intern.h
parent700790ec3ba7278f290898355b43a9ee2574afe9 (diff)
parent7d110cc79c20df49f24936db409192a281046479 (diff)
add tag v1_8_6_267v1_8_6_267
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/tags/v1_8_6_267@17925 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 b8af605292..b251a83f0b 100644
--- a/intern.h
+++ b/intern.h
@@ -239,6 +239,7 @@ VALUE rb_file_directory_p _((VALUE,VALUE));
NORETURN(void rb_memerror __((void)));
int ruby_stack_check _((void));
int ruby_stack_length _((VALUE**));
+int rb_during_gc _((void));
char *rb_source_filename _((const char*));
void rb_gc_mark_locations _((VALUE*, VALUE*));
void rb_mark_tbl _((struct st_table*));