[PATCH] Remove %%defines declaration for compatibility with yacc.
Matthieu Herrb
matthieu.herrb at laas.fr
Sun Sep 4 03:53:48 PDT 2011
The -d flag is used for bison/yacc and has the same effect.
Signed-off-by: Matthieu Herrb <matthieu.herrb at laas.fr>
---
src/laygram.y | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/src/laygram.y b/src/laygram.y
index 6c79b16..bb7edb4 100644
--- a/src/laygram.y
+++ b/src/laygram.y
@@ -1,4 +1,3 @@
-%defines
%{
#include <X11/Xlib.h>
#include <X11/Xresource.h>
--
1.7.4.1
More information about the xorg-devel
mailing list