pike.git/
src/
language.yacc
Branch:
Tag:
Non-build tags
All tags
No tags
2015-10-14
2015-10-14 18:49:19 by Martin Nilsson <nilsson@fastmail.com>
bd67392d207c0b103e73135135d2f2c67ff90e14 (
7
lines) (+
4
/-
3
)
[
Show
|
Annotate
]
Branch:
8.1
Removed Intel IA64 compiler specific DO_NOT_WARN.
588:
yyerror("Error in constant definition."); push_undefined(); }else{
-
pop_n_elems(
DO_NOT_WARN
(
(
INT32)(tmp - 1))
)
;
+
pop_n_elems((INT32)(tmp - 1));
} } else { push_undefined();
1907:
{ yyerror("Error in constant definition."); }else{
-
pop_n_elems(
DO_NOT_WARN
(
(
INT32)(tmp - 1))
)
;
+
pop_n_elems((INT32)(tmp - 1));
if($3) free_node($3); $3=mksvaluenode(Pike_sp-1); type=$3->type;
2862:
yyerror("Error in enum definition."); push_int(0); }else{
-
pop_n_elems(
DO_NOT_WARN
(
(
INT32)(tmp - 1))
)
;
+
pop_n_elems((INT32)(tmp - 1));
} } else { push_int(0);