diff options
Diffstat (limited to 'src/sexp.h')
| -rw-r--r-- | src/sexp.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -56,6 +56,7 @@ typedef enum { kEnvSExp, kBindingSExp, kMacroSExp, + kErrSExp, } SExpType; struct sexp { |
![]() |
index : bamboo-lisp.git | |
| Embeddabla and hackable lisp-2 interpreter | root |
| aboutsummaryrefslogtreecommitdiff |
| -rw-r--r-- | src/sexp.h | 1 |
@@ -56,6 +56,7 @@ typedef enum { kEnvSExp, kBindingSExp, kMacroSExp, + kErrSExp, } SExpType; struct sexp { |