summaryrefslogtreecommitdiff
path: root/lang/tinycobol/files/patch-compiler_scan.l
blob: e43424664d9861106ffdf171f74fdd6d5731f8d7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
--- compiler/scan.l.orig       Tue Nov 23 04:47:01 2004
+++ compiler/scan.l    Thu Apr 14 18:46:07 2005
@@ -24,7 +24,6 @@
 */
 
 %{
-#include "htcoblib.h"
 #include "htglobals.h"
 #include <ctype.h>
 
@@ -91,6 +90,7 @@
 
 #include "htcoboly.h"
 #include "htcobol.tab.h"    /* definitions from YACC */
+#include "htcoblib.h"
 #include "reswords.h"
 
 #define TOKTEXT_SIZE 1024