aboutsummaryrefslogtreecommitdiffstats
path: root/tools/lemon
diff options
context:
space:
mode:
authorjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>2005-08-04 20:41:52 +0000
committerjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>2005-08-04 20:41:52 +0000
commit24d38e27d2ee92bdb879860b0358e2989a17c147 (patch)
treed60b36234622295f2fa63add3a7a823e4ffb38cd /tools/lemon
parenteb095710829bf6ce3054cab7bf4e369648d1f771 (diff)
Albert Chin:
"config.h" should always be included first. However, lemon includes <stdio.h> first. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@15208 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'tools/lemon')
-rw-r--r--tools/lemon/lempar.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/lemon/lempar.c b/tools/lemon/lempar.c
index b14b4f3271..7fc751c400 100644
--- a/tools/lemon/lempar.c
+++ b/tools/lemon/lempar.c
@@ -20,8 +20,8 @@
*/
/* First off, code is include which follows the "include" declaration
** in the input file. */
-#include <stdio.h>
%%
+#include <stdio.h>
/* Next is all token values, in a form suitable for use by makeheaders.
** This section will be null unless lemon is run with the -m switch.
*/