summaryrefslogtreecommitdiff
path: root/colm/pdacodegen.cc
diff options
context:
space:
mode:
authorAdrian Thurston <thurston@complang.org>2011-10-22 17:45:19 +0000
committerAdrian Thurston <thurston@complang.org>2011-10-22 17:45:19 +0000
commitd9ffb4292e3a7c376536fb926338f707c35c11b1 (patch)
tree7732283ffb11699dc6bdbbd8ffe28bd93f9e0ee8 /colm/pdacodegen.cc
parent4e560f559c446de378fc463eb76e89163544407d (diff)
downloadcolm-d9ffb4292e3a7c376536fb926338f707c35c11b1.tar.gz
Some cleanup of the main function. Just initColm, initProgram, runProgram,
clearProgram. refs #328.
Diffstat (limited to 'colm/pdacodegen.cc')
-rw-r--r--colm/pdacodegen.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/colm/pdacodegen.cc b/colm/pdacodegen.cc
index 9b235304..00213687 100644
--- a/colm/pdacodegen.cc
+++ b/colm/pdacodegen.cc
@@ -23,7 +23,7 @@
#include <stdlib.h>
#include <ctype.h>
#include <limits.h>
-#include "colm.h"
+#include "global.h"
#include "parsedata.h"
#include "avlmap.h"
#include "avlbasic.h"