pike.git/
src/
program.h
Branch:
Tag:
Non-build tags
All tags
No tags
2001-12-16
2001-12-16 18:51:58 by Martin Stjernholm <mast@lysator.liu.se>
13e01d48e97a1215993af98198b9eb6613d71f62 (
6
lines) (+
5
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
Fixed some warnings when using dmalloc.
Rev: src/las.h:1.54
Rev: src/program.h:1.150
5:
\*/ /*
-
* $Id: program.h,v 1.
149
2001/12/
14
03
:
44
:
52
mast Exp $
+
* $Id: program.h,v 1.
150
2001/12/
16
18
:
51
:
58
mast Exp $
*/ #ifndef PROGRAM_H #define PROGRAM_H
18:
#include "time_stuff.h" #include "program_id.h" #include "pikecode.h"
+
#include "block_alloc_h.h"
#define STRUCT #include "compilation.h"
377:
#define free_program(p) do{ struct program *_=(p); debug_malloc_touch(_); if(!sub_ref(_)) really_free_program(_); }while(0)
+
BLOCK_ALLOC(program, n/a);
-
+
extern struct object *error_handler; extern struct object *compat_handler;