* data/push.c (YYPUSH_MORE): Make it an enum instead.

(yypushparse): Use YYPUSH_MORE instead of the mystery constant.
Adjust white space and comments to match GNU style better.
This commit is contained in:
Paul Eggert
2006-09-21 17:45:21 +00:00
parent c63d3e90b3
commit 01e972b3f5
2 changed files with 66 additions and 63 deletions

View File

@@ -1,3 +1,9 @@
2006-09-21 Paul Eggert <eggert@cs.ucla.edu>
* data/push.c (YYPUSH_MORE): Make it an enum instead.
(yypushparse): Use YYPUSH_MORE instead of the mystery constant.
Adjust white space and comments to match GNU style better.
2006-09-20 Bob Rossi <bob@brasko.net>
* data/push.c (yyresult_get): Remove function.