mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
gperf.sed: static declarations
* tool/gperf.sed: comment out arguments part only, to keep the following declarations static. [Feature #13883] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61282 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
a9419fbd4f
commit
7c4306e6e9
9 changed files with 10 additions and 10 deletions
|
@ -34,7 +34,7 @@
|
|||
struct kwtable {int name, id[2], state;};
|
||||
const struct kwtable *rb_reserved_word(const char *, unsigned int);
|
||||
#ifndef RIPPER
|
||||
/*static const struct kwtable *reserved_word(const char *, unsigned int);*/
|
||||
static const struct kwtable *reserved_word(/*const char *, unsigned int*/);
|
||||
#define rb_reserved_word(str, len) reserved_word(str, len)
|
||||
#line 9 "defs/keywords"
|
||||
struct kwtable;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue