aboutsummaryrefslogtreecommitdiff
path: root/src/meta1-gram.y
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2011-06-27 13:16:04 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2011-06-27 13:16:04 +0300
commita01d5e230db6f61a6efd3384f1eafe184944c45d (patch)
treece072f7f35145065c10940d0f3162eea747c757b /src/meta1-gram.y
parent5a37057b0ca1b7314f7f338134efc5100dc9223f (diff)
downloadgrecs-a01d5e230db6f61a6efd3384f1eafe184944c45d.tar.gz
grecs-a01d5e230db6f61a6efd3384f1eafe184944c45d.tar.bz2
Bugfixes.
Diffstat (limited to 'src/meta1-gram.y')
-rw-r--r--src/meta1-gram.y3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/meta1-gram.y b/src/meta1-gram.y
index 0fb6727..1411361 100644
--- a/src/meta1-gram.y
+++ b/src/meta1-gram.y
@@ -18,25 +18,26 @@
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include <errno.h>
#include <string.h>
#include "grecs.h"
#include "grecs-locus.h"
int yylex(void);
int yyerror(char *s);
static struct grecs_node *parse_tree;
-extern int yy_flex_debug;
+extern int yy_flex_debug;
+extern void yyset_in(FILE *);
%}
%error-verbose
%locations
%union {
char *string;
grecs_value_t svalue, *pvalue;
struct grecs_list *list;
struct { struct grecs_node *head, *tail; } node_list;
struct grecs_node *node;
}

Return to:

Send suggestions and report system problems to the System administrator.