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

156:   /* This is the grammar definition of Pike. */      #include "global.h" - RCSID("$Id: language.yacc,v 1.19 1997/01/27 01:18:01 hubbe Exp $"); + RCSID("$Id: language.yacc,v 1.20 1997/01/29 01:05:58 hubbe Exp $");   #ifdef HAVE_MEMORY_H   #include <memory.h>   #endif
177:      #define YYMAXDEPTH 600    + #ifdef DEBUG + #define YYDEBUG 1 + #endif +    static void push_locals();   static void pop_locals();   void free_all_local_names();