undo that

This commit is contained in:
Dana Jansens 2003-04-02 18:37:28 +00:00
parent c561ee4c7f
commit 089a7320ff
2 changed files with 1 additions and 6 deletions

View file

@ -2,9 +2,7 @@
#define __parse_h
#include <glib.h>
#ifndef NO_Y_H
# include "y.tab.h"
#endif
#include "y.tab.h"
typedef enum {
TOKEN_REAL = REAL,

View file

@ -1,8 +1,5 @@
%{
#define NO_Y_H
#include "parse.h"
#undef NO_Y_H
#ifdef HAVE_STDIO_H
# include <stdio.h>
#endif