diff options
Diffstat (limited to 'dat.h')
-rw-r--r-- | dat.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -29,6 +29,7 @@ struct Term vlong ival; double dval; uvlong clausenr; + int inparens; /* kinda bad hack needed for the current parser */ }; struct Binding |