pike.git/
src/
builtin_functions.c
Branch:
Tag:
Non-build tags
All tags
No tags
2000-04-08
2000-04-08 19:27:40 by Henrik Grubbström (Grubba) <grubba@grubba.org>
64d57a0181d65ba566970970c95961a902b06295 (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
Fixed warning.
Rev: src/builtin_functions.c:1.254
5:
\*/ /**/ #include "global.h"
-
RCSID("$Id: builtin_functions.c,v 1.
253
2000/04/08
15
:
02
:
19
grubba Exp $");
+
RCSID("$Id: builtin_functions.c,v 1.
254
2000/04/08
19
:
27
:
40
grubba Exp $");
#include "interpret.h" #include "svalue.h" #include "pike_macros.h"
5237:
int node_info = OPT_SIDE_EFFECT; /* Assume worst case. */ /* Note: argument 2 has argno 1. */
-
for (argno = 1; cb_ = my_get_arg(&_CDR(n), argno); argno++) {
+
for (argno = 1;
(
cb_ = my_get_arg(&_CDR(n), argno)
)
; argno++) {
node *cb = *cb_; if ((cb->token == F_CONSTANT) &&