aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/git-parser.c2
-rw-r--r--src/meta1-gram.y1
2 files changed, 2 insertions, 1 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
@@ -58,7 +58,7 @@ rawinput()
tok.prev_col = grecs_current_locus_point.col;
grecs_locus_point_advance_line(grecs_current_locus_point);
} else if (input_char < 0)
- input_char == 0;
+ input_char = 0;
else
grecs_current_locus_point.col++;
return input_char;
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
@@ -28,6 +28,7 @@ int yyerror(char *s);
static struct grecs_node *parse_tree;
extern int yy_flex_debug;
+extern void yyset_in(FILE *);
%}
%error-verbose

Return to:

Send suggestions and report system problems to the System administrator.