summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu.herrb@laas.fr>2011-09-04 12:53:48 +0200
committerAlan Coopersmith <alan.coopersmith@oracle.com>2011-09-17 00:33:39 -0700
commit29ee09ca07a41c07723e87fa1581762dc35a4725 (patch)
treee20bb0b70ed85f283cca654f9af689dccc747251
parent1daba642678630fc808e265caa202b8a9e83f01c (diff)
Remove %defines declaration for compatibility with yacc.
The -d flag is used for bison/yacc and has the same effect. Signed-off-by: Matthieu Herrb <matthieu.herrb@laas.fr> Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com> Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--src/laygram.y1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/laygram.y b/src/laygram.y
index 5ac2e0a..cd8d18f 100644
--- a/src/laygram.y
+++ b/src/laygram.y
@@ -1,4 +1,3 @@
-%defines
%{
#include <X11/Xlib.h>
#include <X11/Xresource.h>