mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-13 22:33:03 +00:00
style: sort includes and avoid assignments
* src/symtab.c: Sort includes. * src/gram.c (grammar_rules_print_xml): Avoid assignments to define 'usefulness'.
This commit is contained in:
@@ -19,13 +19,14 @@
|
||||
along with this program. If not, see <http://www.gnu.org/licenses/>. */
|
||||
|
||||
#include <config.h>
|
||||
#include "symtab.h"
|
||||
|
||||
#include "system.h"
|
||||
|
||||
#include <hash.h>
|
||||
|
||||
#include "complain.h"
|
||||
#include "gram.h"
|
||||
#include "symtab.h"
|
||||
|
||||
/*-------------------------------------------------------------------.
|
||||
| Symbols sorted by tag. Allocated by the first invocation of |
|
||||
|
||||
Reference in New Issue
Block a user