mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-15 07:13:02 +00:00
* src/gram.h, src/gram.c (nitems): Remove, it is an alias of
nritems. Adjust dependencies.
This commit is contained in:
@@ -82,7 +82,7 @@
|
||||
says which rule it is for.
|
||||
|
||||
The portions of RITEM come in order of increasing rule number and
|
||||
are followed by an element which is zero to mark the end. nitems
|
||||
are followed by an element which is zero to mark the end. nritems
|
||||
is the total length of ritem, not counting the final zero. Each
|
||||
element of RITEM is called an "item" and its index in RITEM is an
|
||||
item number.
|
||||
@@ -104,7 +104,6 @@
|
||||
#define ISTOKEN(s) ((s) < ntokens)
|
||||
#define ISVAR(s) ((s) >= ntokens)
|
||||
|
||||
extern int nitems;
|
||||
extern int nrules;
|
||||
extern int nsyms;
|
||||
extern int ntokens;
|
||||
|
||||
Reference in New Issue
Block a user