pike.git/
src/
program.c
Branch:
Tag:
Non-build tags
All tags
No tags
1997-03-01
1997-03-01 17:56:29 by Henrik Grubbström (Grubba) <grubba@grubba.org>
94a297d2aa09ac865037276f91e452f7a7100d96 (
6
lines) (+
5
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
Nicer to pure
Rev: src/language.yacc:1.27
Rev: src/program.c:1.24
4:
||| See the files COPYING and DISCLAIMER for more information. \*/ #include "global.h"
-
RCSID("$Id: program.c,v 1.
23
1997/03/01
01
:
41
:
05
hubbe
Exp $");
+
RCSID("$Id: program.c,v 1.
24
1997/03/01
17
:
56
:
29
grubba
Exp $");
#include "program.h" #include "object.h" #include "dynamic_buffer.h"
258:
{ struct svalue tmp; tmp.type=T_MAPPING;
+
#ifdef __CHECKER__
+
tmp.subtype=0;
+
#endif /* __CHECKER__ */
tmp.u.mapping=get_builtin_constants(); use_module(& tmp); }