pike.git/
src/
encode.c
Branch:
Tag:
Non-build tags
All tags
No tags
2000-02-09
2000-02-09 16:21:46 by Henrik Grubbström (Grubba) <grubba@grubba.org>
f777706611dcf1e67dafc68ef3f2eb06e7139938 (
6
lines) (+
4
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
Fixed warning.
Rev: src/encode.c:1.53
25:
#include "version.h" #include "bignum.h"
-
RCSID("$Id: encode.c,v 1.
52
1999
/
12
/
19
15
:
52
:
32
grubba Exp $");
+
RCSID("$Id: encode.c,v 1.
53
2000
/
02
/
09
16
:
21
:
46
grubba Exp $");
/* #define ENCODE_DEBUG */
812:
SET_ONERROR(err2, restore_type_mark, pike_type_mark_stackp); one_more_type:
-
push_type(tmp
=GETC(
)
)
;
+
tmp = GETC();
+
push_type(tmp);
switch(tmp) { default: