summaryrefslogtreecommitdiffstats
path: root/lex.c.blt
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-12-25 04:17:06 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-12-25 04:17:06 +0000
commit2d278922cfcd7c635e222fd554b7c5e73d0213eb (patch)
treeac320bf158d9b001e7a8246c7895ef28adbec52c /lex.c.blt
parent10575a7ee241c9986822d9cf3e048964b4c8f5ad (diff)
downloadruby-2d278922cfcd7c635e222fd554b7c5e73d0213eb.tar.gz
ruby-2d278922cfcd7c635e222fd554b7c5e73d0213eb.tar.xz
ruby-2d278922cfcd7c635e222fd554b7c5e73d0213eb.zip
* README.EXT.ja, dir.c, eval.c, eval_intern.h, lex.c.src,
lex.c.blt, keywords, load.c, thread.c: more ANSI'ize. a patch from Tadashi Saito <shiba AT mail2.accsnet.ne.jp> in [ruby-dev:32725] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14655 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lex.c.blt')
-rw-r--r--lex.c.blt2
1 files changed, 1 insertions, 1 deletions
diff --git a/lex.c.blt b/lex.c.blt
index 5a9d7f6a0..1b6c31e96 100644
--- a/lex.c.blt
+++ b/lex.c.blt
@@ -31,7 +31,7 @@ error "gperf generated tables don't work with this execution character set. Plea
#line 1 "keywords"
struct kwtable {char *name; int id[2]; enum lex_state_e state;};
-const struct kwtable *rb_reserved_word _((const char *, unsigned int));
+const struct kwtable *rb_reserved_word(const char *, unsigned int);
#ifndef RIPPER
#line 7 "keywords"
struct kwtable;