summaryrefslogtreecommitdiffstats
path: root/jq_parser.h
diff options
context:
space:
mode:
authorStephen Dolan <mu@netsoc.tcd.ie>2013-06-18 01:36:18 +0100
committerStephen Dolan <mu@netsoc.tcd.ie>2013-06-18 01:36:18 +0100
commitb49d65a276f2c37776db354927130a574cc5e2de (patch)
tree8fa6a4d607a72ba99068117201e1c4225cb7cdfc /jq_parser.h
parent824ce76cecd11863f6c86cf04e3a56075cbcd30a (diff)
Fold opcode.{c,h} into bytecode.{c,h}
Diffstat (limited to 'jq_parser.h')
-rw-r--r--jq_parser.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/jq_parser.h b/jq_parser.h
index 8dc37163..809ace06 100644
--- a/jq_parser.h
+++ b/jq_parser.h
@@ -1,5 +1,7 @@
#ifndef JQ_PARSER_H
#define JQ_PARSER_H
+#include "locfile.h"
+#include "compile.h"
int jq_parse(struct locfile* source, block* answer);
int jq_parse_library(struct locfile* locations, block* answer);