mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Makefile.in: PIC lex.c
* Makefile.in (lex.c): make position independent table. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51333 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
da4d4c0024
commit
26be081f1b
4 changed files with 149 additions and 56 deletions
|
@ -1,5 +1,5 @@
|
|||
%{
|
||||
struct kwtable {const char *name; int id[2]; enum lex_state_e state;};
|
||||
struct kwtable {unsigned 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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue