pike.git/
src/
docode.c
Branch:
Tag:
Non-build tags
All tags
No tags
2014-10-13
2014-10-13 11:21:08 by Martin Nilsson <nilsson@opera.com>
fffdad54ecb3e91b3c9f7411c50526dbf129ef15 (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
8.1
Removed sscanf flags tendrils.
2445:
} case F_SSCANF:
-
tmp1=do_docode(
CDAR
(n),DO_NOT_COPY);
+
tmp1=do_docode(
CAR
(n),DO_NOT_COPY);
tmp2=do_docode(CDR(n),DO_NOT_COPY | DO_LVALUE);
-
emit2
(F_SSCANF, DO_NOT_WARN((INT32)(tmp1+tmp2))
, CAAR(n
)
->u.sval.u.integer)
;
+
emit1
(F_SSCANF, DO_NOT_WARN((INT32)(tmp1+tmp2)));
return 1; case F_CATCH: {