mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-17 16:23:04 +00:00
style changes: run cppi
Run it in src/ for a start. * src/AnnotationList.h, src/InadequacyList.h, src/Sbitset.h, * src/closure.c, src/complain.h, src/flex-scanner.h, src/getargs.h, * src/gram.h, src/graphviz.h, src/ielr.h, src/location.h, * src/muscle-tab.h, src/named-ref.h, src/relation.h, src/scan-code.h, * src/state.h, src/symtab.h, src/system.h, src/uniqstr.h: Reindent preprocessor directives.
This commit is contained in:
@@ -113,7 +113,7 @@ extern int ntokens;
|
||||
extern int nvars;
|
||||
|
||||
typedef int item_number;
|
||||
#define ITEM_NUMBER_MAX INT_MAX
|
||||
# define ITEM_NUMBER_MAX INT_MAX
|
||||
extern item_number *ritem;
|
||||
extern unsigned int nritems;
|
||||
|
||||
@@ -145,7 +145,7 @@ item_number_is_symbol_number (item_number i)
|
||||
|
||||
/* Rule numbers. */
|
||||
typedef int rule_number;
|
||||
#define RULE_NUMBER_MAX INT_MAX
|
||||
# define RULE_NUMBER_MAX INT_MAX
|
||||
extern rule_number nrules;
|
||||
|
||||
static inline item_number
|
||||
|
||||
Reference in New Issue
Block a user