Branch: Tag:

1997-01-29

1997-01-29 01:09:19 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>

some merging from config.h

Rev: src/global.h:1.5
Rev: src/interpret.c:1.22
Rev: src/language.yacc:1.20
Rev: src/program.c:1.17

4:   ||| See the files COPYING and DISCLAIMER for more information.   \*/   #include "global.h" - RCSID("$Id: program.c,v 1.16 1997/01/28 03:11:50 hubbe Exp $"); + RCSID("$Id: program.c,v 1.17 1997/01/29 01:09:19 hubbe Exp $");   #include "program.h"   #include "object.h"   #include "dynamic_buffer.h"
27:   #include <errno.h>   #include <fcntl.h>    + /* +  * Define the size of the cache that is used for method lookup. +  */ + #define FIND_FUNCTION_HASHSIZE 4711 +  +    #define FILE_STATE   #define PROGRAM_STATE