aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2004-03-08 17:42:19 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2004-03-08 17:42:19 +0000
commit7076f616fd7d68be12d44cfffef96b816271a996 (patch)
tree67cb91ec297a3025fbde4cc432bfcd519fa01b14
parentf3249c1a9599f0b4b026f5ce044ed481b34316ee (diff)
downloadellinika-7076f616fd7d68be12d44cfffef96b816271a996.tar.gz
ellinika-7076f616fd7d68be12d44cfffef96b816271a996.tar.bz2
Include "gram.h" instead of "y.tab.h"
git-svn-id: file:///home/puszcza/svnroot/ellinika/trunk@22 941c8c0f-9102-463b-b60b-cd22ce0e6858
-rw-r--r--src/input.l2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input.l b/src/input.l
index 4cb7112..07b4f3b 100644
--- a/src/input.l
+++ b/src/input.l
@@ -1,6 +1,6 @@
%{
#include "trans.h"
-#include "y.tab.h"
+#include "gram.h"
char *file_name = "<stdin>";
int input_line = 1;

Return to:

Send suggestions and report system problems to the System administrator.