add some missed statics on constant objects.
fix few #ifndef ENABLE_xxx # size busybox_old busybox_unstripped text data bss dec hex filename 677152 2920 18208 698280 aa7a8 busybox_old 676420 2920 18208 697548 aa4cc busybox_unstripped
This commit is contained in:
parent
5694d5f8d2
commit
240a1cfbbe
10 changed files with 40 additions and 35 deletions
|
@ -278,7 +278,7 @@ static VALUE *eval7(void)
|
|||
static VALUE *eval6(void)
|
||||
{
|
||||
VALUE *l, *r, *v = NULL /* silence gcc */, *i1, *i2;
|
||||
const char * const keywords[] = {
|
||||
static const char * const keywords[] = {
|
||||
"quote", "length", "match", "index", "substr", NULL
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue