mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-15 07:13:02 +00:00
* 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:
@@ -1,6 +1,6 @@
|
||||
/* VCG description handler for Bison.
|
||||
|
||||
Copyright (C) 2001, 2002 Free Software Foundation, Inc.
|
||||
Copyright (C) 2001, 2002, 2005 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of Bison, the GNU Compiler Compiler.
|
||||
|
||||
@@ -884,8 +884,8 @@ struct graph
|
||||
int cmin;
|
||||
|
||||
/* Cmax set the maximal number of interactions for crossing reduction.
|
||||
This is helpful for speedup the layout process.
|
||||
Default is infinite. */
|
||||
This is helpful for speeding up the layout process.
|
||||
Default is -1, which represents infinity. */
|
||||
int cmax;
|
||||
|
||||
/* Pmin set the minimal number of iterations that is done with the
|
||||
|
||||
Reference in New Issue
Block a user