summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/expression.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/expression.h b/include/expression.h
index e9d21cfc..d4222060 100644
--- a/include/expression.h
+++ b/include/expression.h
@@ -55,6 +55,7 @@ enum expr_types {
enum ops {
OP_INVALID,
+ OP_IMPLICIT,
/* Unary operations */
OP_HTON,
OP_NTOH,
@@ -172,6 +173,7 @@ struct expr {
struct {
/* EXPR_SYMBOL */
const struct datatype *sym_type;
+ const struct scope *scope;
const char *identifier;
};
struct {