From 7ad198827b6029d5338c6a2dfe68248da25e9db5 Mon Sep 17 00:00:00 2001 From: Yukihiro Matsumoto Date: Fri, 3 Oct 1997 10:51:10 +0900 Subject: version 1.0-971003 https://cache.ruby-lang.org/pub/ruby/1.0/ruby-1.0-971003.tar.gz Fri Oct 3 10:51:10 1997 Yukihiro Matsumoto * version 1.0-971003 * eval.c (ruby_options): f_require() called too early. * eval.c (rb_provide): module extentions should always be `.o'. --- struct.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'struct.c') diff --git a/struct.c b/struct.c index ae1abc581f..d9e68a2734 100644 --- a/struct.c +++ b/struct.c @@ -329,7 +329,7 @@ struct_clone(s) return (VALUE)st; } -static VALUE +VALUE struct_aref(s, idx) struct RStruct *s; VALUE idx; @@ -345,7 +345,7 @@ struct_aref(s, idx) return s->ptr[i]; } -static VALUE +VALUE struct_aset(s, idx, val) struct RStruct *s; VALUE idx, val; -- cgit v1.2.3