aboutsummaryrefslogtreecommitdiff
path: root/src/parser.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/parser.c')
-rw-r--r--src/parser.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/parser.c b/src/parser.c
index b933860..176d9f2 100644
--- a/src/parser.c
+++ b/src/parser.c
@@ -267,7 +267,7 @@ save_token(TOKSTK *tokptr)
}
}
-static Stackpos start_pos; /* Start position in stack for saving tokens *///FIXME: REMOVE
+static Stackpos start_pos; /* Start position in stack for saving tokens */
static int save_end; /* Stack position up to which the tokens are saved */
void
@@ -387,7 +387,7 @@ yyparse()
}
cleanup_stack();
}
- /*NOTREACHED*/
+ return 0;
}
static int

Return to:

Send suggestions and report system problems to the System administrator.