diff options
Diffstat (limited to 'lisc/lisc.h')
-rw-r--r-- | lisc/lisc.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lisc/lisc.h b/lisc/lisc.h index 18d435d..fd0a8ba 100644 --- a/lisc/lisc.h +++ b/lisc/lisc.h @@ -440,7 +440,12 @@ struct Dat { double fltd; float flts; char *str; + struct { + char *nam; + int64_t off; + } ref; } u; + char isref; }; |