mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-17 08:13:02 +00:00
Formatting change.
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2009-04-20 Akim Demaille <demaille@gostai.com>
|
||||||
|
|
||||||
|
Formatting change.
|
||||||
|
|
||||||
2009-04-20 Akim Demaille <demaille@gostai.com>
|
2009-04-20 Akim Demaille <demaille@gostai.com>
|
||||||
|
|
||||||
bison: factoring.
|
bison: factoring.
|
||||||
|
|||||||
20
src/print.c
20
src/print.c
@@ -1,6 +1,6 @@
|
|||||||
/* Print information on generated parser, for bison,
|
/* Print information on generated parser, for bison,
|
||||||
|
|
||||||
Copyright (C) 1984, 1986, 1989, 2000, 2001, 2002, 2003, 2004, 2005, 2007
|
Copyright (C) 1984, 1986, 1989, 2000, 2001, 2002, 2003, 2004, 2005, 2007, 2009
|
||||||
Free Software Foundation, Inc.
|
Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of Bison, the GNU Compiler Compiler.
|
This file is part of Bison, the GNU Compiler Compiler.
|
||||||
@@ -370,15 +370,15 @@ print_state (FILE *out, state *s)
|
|||||||
| Print information on the whole grammar. |
|
| Print information on the whole grammar. |
|
||||||
`-----------------------------------------*/
|
`-----------------------------------------*/
|
||||||
|
|
||||||
#define END_TEST(End) \
|
#define END_TEST(End) \
|
||||||
do { \
|
do { \
|
||||||
if (column + strlen(buffer) > (End)) \
|
if (column + strlen (buffer) > (End)) \
|
||||||
{ \
|
{ \
|
||||||
fprintf (out, "%s\n ", buffer); \
|
fprintf (out, "%s\n ", buffer); \
|
||||||
column = 3; \
|
column = 3; \
|
||||||
buffer[0] = 0; \
|
buffer[0] = 0; \
|
||||||
} \
|
} \
|
||||||
} while (0)
|
} while (0)
|
||||||
|
|
||||||
|
|
||||||
static void
|
static void
|
||||||
|
|||||||
Reference in New Issue
Block a user