pike.git/
src/
docode.c
Branch:
Tag:
Non-build tags
All tags
No tags
1998-05-17
1998-05-17 20:06:43 by Henrik Grubbström (Grubba) <grubba@grubba.org>
d3fa6e713f423c7eb55ca01443e5a1ac8a331281 (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
memory.h was renamed to pike_memory.h a while ago.
Rev: src/docode.c:1.37
4:
||| See the files COPYING and DISCLAIMER for more information. \*/ #include "global.h"
-
RCSID("$Id: docode.c,v 1.
36
1998/
04
/
27
10
:
00
:
26
hubbe
Exp $");
+
RCSID("$Id: docode.c,v 1.
37
1998/
05
/
17
20
:
06
:
43
grubba
Exp $");
#include "las.h" #include "program.h" #include "language.h"
15:
#include "array.h" #include "pike_macros.h" #include "error.h"
-
#include "memory.h"
+
#include "
pike_
memory.h"
#include "svalue.h" #include "main.h" #include "lex.h"