pike.git/
src/
interpret.c
Branch:
Tag:
Non-build tags
All tags
No tags
1998-04-16
1998-04-16 01:19:37 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>
ed98918652e9d987025cb0a062f9ca1d42c9c1b7 (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
sscanf changed
Rev: src/interpret.c:1.77
4:
||| See the files COPYING and DISCLAIMER for more information. \*/ #include "global.h"
-
RCSID("$Id: interpret.c,v 1.
76
1998/04/
10
22
:
24:
19 hubbe Exp $");
+
RCSID("$Id: interpret.c,v 1.
77
1998/04/
16
01
:
19
:
37
hubbe Exp $");
#include "interpret.h" #include "object.h" #include "program.h"
1502:
push_int(pike_sizeof(fp->locals+GET_ARG())); break;
-
CASE(F_SSCANF);
f
_sscanf(GET_ARG()); break;
+
CASE(F_SSCANF);
o
_sscanf(GET_ARG()); break;
CASE(F_CALL_LFUN); apply_low(fp->current_object,