aboutsummaryrefslogtreecommitdiff
path: root/src/sexp.h
diff options
context:
space:
mode:
authorMistivia <i@mistivia.com>2025-07-15 13:22:41 +0800
committerMistivia <i@mistivia.com>2025-07-15 13:23:35 +0800
commit4fdde0172948dfd875f58779b91cfa8e517acedf (patch)
tree34cacc524d878cf8dd54c44cd1c1302983e5f5a9 /src/sexp.h
parentdab2284cd5aae14bb166c90105a8e7b1bd290dcd (diff)
add stacktracec
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 d8d2dc9..ce47362 100644
--- a/src/sexp.h
+++ b/src/sexp.h
@@ -16,6 +16,8 @@ typedef struct {
typedef struct {
SExpRef car;
SExpRef cdr;
+ SExpRef filename;
+ int32_t line;
} SExpPair;
typedef struct {