diff options
Diffstat (limited to 'src/sexp.h')
| -rw-r--r-- | src/sexp.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -16,6 +16,8 @@ typedef struct { typedef struct { SExpRef car; SExpRef cdr; + SExpRef filename; + int32_t line; } SExpPair; typedef struct { |
