aboutsummaryrefslogtreecommitdiffhomepage
path: root/parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'parser.h')
-rw-r--r--parser.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/parser.h b/parser.h
index d563b0fb..be5a3d26 100644
--- a/parser.h
+++ b/parser.h
@@ -12,6 +12,9 @@
#include "parser.h"
#include "event.h"
+#define PARSER_TEST_ERROR 1
+#define PARSER_TEST_INCOMPLETE 2
+
/**
event_block_t represents a block on events of the specified type
*/