diff options
Diffstat (limited to 'lang/tinycobol/files/patch-compiler_scan.l')
-rw-r--r-- | lang/tinycobol/files/patch-compiler_scan.l | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/lang/tinycobol/files/patch-compiler_scan.l b/lang/tinycobol/files/patch-compiler_scan.l new file mode 100644 index 000000000000..e43424664d98 --- /dev/null +++ b/lang/tinycobol/files/patch-compiler_scan.l @@ -0,0 +1,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 |