pike.git/
src/
language.yacc
Branch:
Tag:
Non-build tags
All tags
No tags
2014-09-18
2014-09-18 05:11:48 by Martin Nilsson <nilsson@opera.com>
abe9fe7c35aacd14a8dee770eeb6a9adabbbccf2 (
4
lines) (+
2
/-
2
)
[
Show
|
Annotate
]
Branch:
8.0
Removed compat support for Pike 7.4.
1381:
SET_SVAL_TYPE(Pike_sp[-1], T_FUNCTION); }else{ extern void f_object_program(INT32);
-
if (Pike_compiler->compiler_pass == 2
&& !TEST_COMPAT (7, 4
)
) {
+
if (Pike_compiler->compiler_pass == 2)
yywarning("Using object as program identifier.");
-
}
+
f_object_program(1); } }