summaryrefslogtreecommitdiff
path: root/lex.c
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2001-12-17 08:13:17 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2001-12-17 08:13:17 +0000
commitb49f3b26e5d96c22f3ccb578a5bef3dbff8f7dba (patch)
tree5bd5438f8c12f44090bde24531ee328ff3021baa /lex.c
parent83796460fbb60673b0e049b3c38937c4dac62d60 (diff)
* intern.h: add prototypes.
rb_str_dup_frozen() * ruby.h: added declaration. rb_defout, rb_stdin, rb_stdout, rb_stderr, ruby_errinfo * rubyio.h: changed double include guard macro to RUBYIO_H. * array.c (inspect_call): make static. * eval.c (dvar_asgn): ditto. * io.c (rb_io_close_read): ditto. * lex.c (rb_reserved_word): ditto. * ruby.c: (req_list_head, req_list_last): ditto. * ruby.c (require_libraries): ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_6@1916 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lex.c')
-rw-r--r--lex.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lex.c b/lex.c
index a5fb82ebc9..7704876e6f 100644
--- a/lex.c
+++ b/lex.c
@@ -65,6 +65,7 @@ hash (str, len)
return hval + asso_values[(unsigned char)str[len - 1]];
}
+static
#ifdef __GNUC__
__inline
#endif