pike.git/
src/
language.yacc
Branch:
Tag:
Non-build tags
All tags
No tags
2017-02-11
2017-02-11 11:09:04 by Arne Goedeke <el@laramies.com>
18857c1f678c03fa53351579d4bcb261d57c810c (
4
lines) (+
4
/-
0
)
[
Show
|
Annotate
]
Branch:
8.1
Compiler: added comment about spurious warning
4998:
int old_major = Pike_compiler->compat_major; int old_minor = Pike_compiler->compat_minor; struct svalue *efun = NULL;
+
/* NOTE: Compilers warn about res being globbered by the setjmp,longjmp
+
* below. This warning is spurious because pop_stack() does not actually
+
* do the longjmp, instead f_index() does. */
node *res = NULL; change_compiler_compatibility(major, minor);