Branch: Tag:

1997-03-01

1997-03-01 17:56:29 by Henrik Grubbström (Grubba) <grubba@grubba.org>

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);    }