undo that
This commit is contained in:
parent
c561ee4c7f
commit
089a7320ff
2 changed files with 1 additions and 6 deletions
|
@ -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,
|
||||
|
|
|
@ -1,8 +1,5 @@
|
|||
%{
|
||||
#define NO_Y_H
|
||||
#include "parse.h"
|
||||
#undef NO_Y_H
|
||||
|
||||
#ifdef HAVE_STDIO_H
|
||||
# include <stdio.h>
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue