summaryrefslogtreecommitdiff
path: root/colm/program.h
diff options
context:
space:
mode:
Diffstat (limited to 'colm/program.h')
-rw-r--r--colm/program.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/colm/program.h b/colm/program.h
index 5f1e88ed..d1b57f64 100644
--- a/colm/program.h
+++ b/colm/program.h
@@ -128,6 +128,8 @@ typedef struct ColmProgram
Stream *stdoutVal;
Stream *stderrVal;
+ Tree *error;
+
RunBuf *allocRunBuf;
/* Current stack block limits. Changed when crossing block boundaries. */