Branch: Tag:

1997-02-19

1997-02-19 05:07:18 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>

warning removed

Rev: src/program.c:1.22

4:   ||| See the files COPYING and DISCLAIMER for more information.   \*/   #include "global.h" - RCSID("$Id: program.c,v 1.21 1997/02/18 05:13:35 hubbe Exp $"); + RCSID("$Id: program.c,v 1.22 1997/02/19 05:07:18 hubbe Exp $");   #include "program.h"   #include "object.h"   #include "dynamic_buffer.h"
90:   dynamic_buffer inherit_names;   dynamic_buffer used_modules;    + void free_all_local_names(void); +    void use_module(struct svalue *s)   {    if( (1<<s->type) & (BIT_MAPPING | BIT_OBJECT))
1464:    */   void compile()   { -  void free_all_local_names(); +     int yyparse();       start_line_numbering();