pike.git/
src/
language.yacc
Branch:
Tag:
Non-build tags
All tags
No tags
2001-04-03
2001-04-03 12:14:47 by Henrik Grubbström (Grubba) <grubba@grubba.org>
93195846345d997c13ddf845f49db08ed5fad0ba (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
Bugfix.
Rev: src/language.yacc:1.245
112:
/* This is the grammar definition of Pike. */ #include "global.h"
-
RCSID("$Id: language.yacc,v 1.
244
2001/04/03
11
:
52
:
49
grubba Exp $");
+
RCSID("$Id: language.yacc,v 1.
245
2001/04/03
12
:
14
:
47
grubba Exp $");
#ifdef HAVE_MEMORY_H #include <memory.h> #endif
2438:
{ if ($1) { add_constant($1->u.sval.u.string, Pike_sp-1,
-
(Pike_compiler->current_modifiers & ~ID_EXTERN) | ID_
LOCAL
);
+
(Pike_compiler->current_modifiers & ~ID_EXTERN) | ID_
INLINE
);
} free_node($1); /* Update the type. */