diff options
author | Adrian Thurston <thurston@complang.org> | 2011-10-22 17:45:19 +0000 |
---|---|---|
committer | Adrian Thurston <thurston@complang.org> | 2011-10-22 17:45:19 +0000 |
commit | d9ffb4292e3a7c376536fb926338f707c35c11b1 (patch) | |
tree | 7732283ffb11699dc6bdbbd8ffe28bd93f9e0ee8 /colm/lmscan.h | |
parent | 4e560f559c446de378fc463eb76e89163544407d (diff) | |
download | colm-d9ffb4292e3a7c376536fb926338f707c35c11b1.tar.gz |
Some cleanup of the main function. Just initColm, initProgram, runProgram,
clearProgram. refs #328.
Diffstat (limited to 'colm/lmscan.h')
-rw-r--r-- | colm/lmscan.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/colm/lmscan.h b/colm/lmscan.h index 1049bcca..4e349301 100644 --- a/colm/lmscan.h +++ b/colm/lmscan.h @@ -26,7 +26,7 @@ #include <fstream> #include <string.h> -#include "colm.h" +#include "global.h" #include "lmparse.h" #include "parsedata.h" #include "avltree.h" |