Branch: Tag:

1999-02-20

1999-02-20 17:44:04 by Henrik Grubbström (Grubba) <grubba@grubba.org>

lex.h now contains prototypes using YYSTYPE.

Rev: src/language.yacc:1.110
Rev: src/main.c:1.63

181:   /* This is the grammar definition of Pike. */      #include "global.h" - RCSID("$Id: language.yacc,v 1.109 1999/01/31 09:01:50 hubbe Exp $"); + RCSID("$Id: language.yacc,v 1.110 1999/02/20 17:43:39 grubba Exp $");   #ifdef HAVE_MEMORY_H   #include <memory.h>   #endif
192:   #include "stralloc.h"   #include "las.h"   #include "interpret.h" - #include "lex.h" +    #include "program.h"   #include "pike_types.h"   #include "constants.h"
238:   }      %{ + /* Needs to be included after YYSTYPE is defined. */ + #include "lex.h" + %} +  + %{   /* Include <stdio.h> our selves, so that we can do our magic    * without being disturbed... */   #include <stdio.h>