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
|
#define __parse_h
|
||||||
|
|
||||||
#include <glib.h>
|
#include <glib.h>
|
||||||
#ifndef NO_Y_H
|
|
||||||
#include "y.tab.h"
|
#include "y.tab.h"
|
||||||
#endif
|
|
||||||
|
|
||||||
typedef enum {
|
typedef enum {
|
||||||
TOKEN_REAL = REAL,
|
TOKEN_REAL = REAL,
|
||||||
|
|
|
@ -1,8 +1,5 @@
|
||||||
%{
|
%{
|
||||||
#define NO_Y_H
|
|
||||||
#include "parse.h"
|
#include "parse.h"
|
||||||
#undef NO_Y_H
|
|
||||||
|
|
||||||
#ifdef HAVE_STDIO_H
|
#ifdef HAVE_STDIO_H
|
||||||
# include <stdio.h>
|
# include <stdio.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue