pike.git/
src/
encode.c
Branch:
Tag:
Non-build tags
All tags
No tags
2001-08-10
2001-08-10 21:43:22 by Martin Stjernholm <mast@lysator.liu.se>
35201183d21182cfe772db40ad6dc2b71246a7b5 (
4
lines) (+
3
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
Added a FIXME about trampoline functions.
Rev: src/encode.c:1.122
25:
#include "version.h" #include "bignum.h"
-
RCSID("$Id: encode.c,v 1.
121
2001/08/
09
18
:
54
:
15
hubbe
Exp $");
+
RCSID("$Id: encode.c,v 1.
122
2001/08/
10
21
:
43
:
22
mast
Exp $");
/* #define ENCODE_DEBUG */
896:
break; case T_FUNCTION:
+
/* FIXME: Ought to have special treatment of trampolines. */
if (data->canonic) Pike_error("Canonical encoding of functions not supported.\n"); check_stack(1);