bison/src tables.c
Paul Eggert <[email protected]>
| Newsgroups | gmane.comp.parsers.bison.cvs |
|---|---|
| Message-ID | <[email protected]> |
CVSROOT: /cvsroot/bison Module name: bison Changes by: Paul Eggert <[email protected]> 02/12/13 03:45:38 Modified files: src : tables.c Log message: (state_number_to_vector_number, symbol_number_to_vector_number): Now inline functions rather than macros, to avoid casts. (table_size): Now int, to pacify GCC. (table_grow, table_ninf_remap): Use signed table size. (save_row): Don't bother initializing locals when not needed. (default_goto, goto_actions, pack_vector): Remove unnecessary casts. CVSWeb URLs: http://savannah.gnu.org/cgi-bin/viewcvs/bison/bison/src/tables.c.diff?tr1=1.15&tr2=1.16&r1=text&r2=text