pike.git/
src/
language.yacc
Branch:
Tag:
Non-build tags
All tags
No tags
2001-04-03
2001-04-03 11:52:49 by Henrik Grubbström (Grubba) <grubba@grubba.org>
3e1361f44c4a653a8ec8ae5c823c0758b18ec578 (
7
lines) (+
4
/-
3
)
[
Show
|
Annotate
]
Branch:
7.9
Bugfix.
Rev: src/language.yacc:1.244
112:
/* This is the grammar definition of Pike. */ #include "global.h"
-
RCSID("$Id: language.yacc,v 1.
243
2001/04/03 11:
48
:
16
grubba Exp $");
+
RCSID("$Id: language.yacc,v 1.
244
2001/04/03 11:
52
:
49
grubba Exp $");
#ifdef HAVE_MEMORY_H #include <memory.h> #endif
2476:
if ($4) { ref_push_type_value(t); add_constant($4->u.sval.u.string, Pike_sp-1,
-
(Pike_compiler->current_modifiers & ~ID_EXTERN) | ID_
LOCAL
);
+
(Pike_compiler->current_modifiers & ~ID_EXTERN) | ID_
INLINE
);
pop_stack(); free_node($4); }
2497:
if ($4) { ref_push_type_value(t); add_constant($4->u.sval.u.string, Pike_sp-1,
-
(Pike_compiler->current_modifiers & ~ID_EXTERN) | ID_
LOCAL
);
+
(Pike_compiler->current_modifiers & ~ID_EXTERN) | ID_
INLINE
);
pop_stack(); free_node($4); }