From: Akim Demaille Date: Sun, 7 Apr 2002 17:42:49 +0000 (+0000) Subject: * src/gram.c (nitems, nrules, nsyms, ntokens, nvars, nritems) X-Git-Tag: BISON-1_49a~65 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/280a38c306200177ef15e0f52775312edc057065?ds=sidebyside;hp=280a38c306200177ef15e0f52775312edc057065 * src/gram.c (nitems, nrules, nsyms, ntokens, nvars, nritems) (start_symbol, max_user_token_number, semantic_parser) (error_token_number): Initialize. * src/reader.c (grammar, start_flag, startval, typed, lastprec): Initialize. (reader): Don't. (errtoken, eoftoken, undeftoken, axiom): Extern. ---