mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 20:33:03 +00:00
style: sort includes in scanners
* src/scan-code.l, src/scan-gram.l, src/scan-skel.l: Reorder includes.
This commit is contained in:
@@ -21,24 +21,24 @@
|
||||
%option prefix="code_" outfile="lex.yy.c"
|
||||
|
||||
%{
|
||||
/* Work around a bug in flex 2.5.31. See Debian bug 333231
|
||||
<http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=333231>. */
|
||||
#undef code_wrap
|
||||
#define code_wrap() 1
|
||||
#include <c-ctype.h>
|
||||
#include <get-errno.h>
|
||||
#include <quote.h>
|
||||
|
||||
#include <src/complain.h>
|
||||
#include <src/getargs.h>
|
||||
#include <src/muscle-tab.h>
|
||||
#include <src/reader.h>
|
||||
#include <src/scan-code.h>
|
||||
#include <src/symlist.h>
|
||||
|
||||
#define FLEX_PREFIX(Id) code_ ## Id
|
||||
#include <src/flex-scanner.h>
|
||||
|
||||
#include <src/complain.h>
|
||||
#include <src/reader.h>
|
||||
#include <src/getargs.h>
|
||||
#include <src/muscle-tab.h>
|
||||
#include <src/scan-code.h>
|
||||
#include <src/symlist.h>
|
||||
|
||||
#include <c-ctype.h>
|
||||
#include <get-errno.h>
|
||||
#include <quote.h>
|
||||
/* Work around a bug in flex 2.5.31. See Debian bug 333231
|
||||
<http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=333231>. */
|
||||
#undef code_wrap
|
||||
#define code_wrap() 1
|
||||
|
||||
/* The current calling start condition: SC_RULE_ACTION or
|
||||
SC_SYMBOL_ACTION. */
|
||||
|
||||
Reference in New Issue
Block a user