summaryrefslogtreecommitdiffstats
path: root/gc.c
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2001-01-10 10:07:31 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2001-01-10 10:07:31 +0000
commit3b9557fda087643e155432c5055aea1f76c54fb6 (patch)
treef436ade55218d83f2154f34d7f91f7e5403ebc72 /gc.c
parent6e525927d9bf89145236db65ad4795f9fc7b42a6 (diff)
downloadruby-3b9557fda087643e155432c5055aea1f76c54fb6.tar.gz
ruby-3b9557fda087643e155432c5055aea1f76c54fb6.tar.xz
ruby-3b9557fda087643e155432c5055aea1f76c54fb6.zip
inline fix
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@1113 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'gc.c')
-rw-r--r--gc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gc.c b/gc.c
index 807fe9366..16bd03ac5 100644
--- a/gc.c
+++ b/gc.c
@@ -315,7 +315,7 @@ rb_data_object_alloc(klass, datap, dmark, dfree)
extern st_table *rb_class_tbl;
VALUE *rb_gc_stack_start = 0;
-static INLINE int
+static inline int
is_pointer_to_heap(ptr)
void *ptr;
{