aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/git-parser.c2
-rw-r--r--src/meta1-gram.y3
2 files changed, 3 insertions, 2 deletions
diff --git a/src/git-parser.c b/src/git-parser.c
index e332704..7b887a7 100644
--- a/src/git-parser.c
+++ b/src/git-parser.c
@@ -60,3 +60,3 @@ rawinput()
} else if (input_char < 0)
- input_char == 0;
+ input_char = 0;
else
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
@@ -29,3 +29,4 @@ 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 *);
%}

Return to:

Send suggestions and report system problems to the System administrator.