* src/vcg.h: Comment fix.

* src/vcg_defaults.h: Parenthesize macro bodies to make them safe.
(G_CMAX): Change to -1 instead of INT_MAX.
This commit is contained in:
Paul Eggert
2005-03-17 19:20:15 +00:00
parent baf073c6c5
commit 78b178f716
3 changed files with 25 additions and 16 deletions

View File

@@ -1,3 +1,12 @@
2005-03-17 Paul Eggert <eggert@cs.ucla.edu>
* src/vcg.h: Comment fix.
* src/vcg_defaults.h: Parenthesize macro bodies to make them safe.
(G_CMAX): Change to -1 instead of INT_MAX.
* data/yacc.c (yyparse): Omit spaces before #line.
Problem reported by twlevo@xs4all.nl.
2005-03-15 Paul Eggert <eggert@cs.ucla.edu>
* src/tables.c (state_number_to_vector_number): Put it inside an