aboutsummaryrefslogtreecommitdiff
path: root/src/sexp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sexp.h')
-rw-r--r--src/sexp.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/sexp.h b/src/sexp.h
index 22b2c8a..35996e4 100644
--- a/src/sexp.h
+++ b/src/sexp.h
@@ -72,6 +72,8 @@ struct sexp {
SExpPair pair;
SExpFunc func;
SExpEnv env;
+ SExpBinding binding;
+ SExpMacro macro;
};
};