mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
* 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: svn+ssh://ci.ruby-lang.org/ruby/trunk@14655 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
5f0b8afb97
commit
3410fd6812
10 changed files with 52 additions and 47 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue