diff options
Diffstat (limited to 'src/sexp.h')
| -rw-r--r-- | src/sexp.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -72,6 +72,8 @@ struct sexp { SExpPair pair; SExpFunc func; SExpEnv env; + SExpBinding binding; + SExpMacro macro; }; }; |
