pike.git/
src/
builtin_functions.c
Branch:
Tag:
Non-build tags
All tags
No tags
2001-08-30
2001-08-30 23:48:30 by Martin Stjernholm <mast@lysator.liu.se>
629c5eb8a4a057ea18c597ba851c821e3cca3177 (
4
lines) (+
3
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
Fixed a warning.
Rev: src/builtin_functions.c:1.404
5:
\*/ /**/ #include "global.h"
-
RCSID("$Id: builtin_functions.c,v 1.
403
2001/08/
15
18
:
42
:
49
hubbe
Exp $");
+
RCSID("$Id: builtin_functions.c,v 1.
404
2001/08/
30
23
:
48
:
30
mast
Exp $");
#include "interpret.h" #include "svalue.h" #include "pike_macros.h"
41:
#include "builtin_functions.h" #include "bignum.h" #include "language.h"
+
#include "peep.h"
#include "docode.h" #include "lex.h"