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/pdabuild.cc | |
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/pdabuild.cc')
-rw-r--r-- | colm/pdabuild.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/colm/pdabuild.cc b/colm/pdabuild.cc index 8021ed1c..2c1426bc 100644 --- a/colm/pdabuild.cc +++ b/colm/pdabuild.cc @@ -25,7 +25,7 @@ #include <stdlib.h> /* Parsing. */ -#include "colm.h" +#include "global.h" #include "parsedata.h" #include "pdacodegen.h" #include "pdarun.h" |