* data/yacc.c (yyreport_parse_error): New, extracted from...

(yyparse): here.
(yydestruct, yysymprint): Move above yyparse.
Be K&R compliant.
This commit is contained in:
Akim Demaille
2002-07-25 19:33:36 +00:00
parent a762e609e7
commit b8df32232a
2 changed files with 154 additions and 110 deletions

View File

@@ -1,3 +1,10 @@
2002-07-25 Akim Demaille <akim@epita.fr>
* data/yacc.c (yyreport_parse_error): New, extracted from...
(yyparse): here.
(yydestruct, yysymprint): Move above yyparse.
Be K&R compliant.
2002-07-25 Akim Demaille <akim@epita.fr>
* data/c.m4 (b4_ints_in, b4_int_type, b4_int_type_for): New,