summary refs log tree commit diff
path: root/lisc/lisc.h
diff options
context:
space:
mode:
Diffstat (limited to 'lisc/lisc.h')
-rw-r--r--lisc/lisc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisc/lisc.h b/lisc/lisc.h
index 17dec9c..19cc639 100644
--- a/lisc/lisc.h
+++ b/lisc/lisc.h
@@ -9,6 +9,7 @@ typedef unsigned short ushort;
 typedef unsigned long ulong;
 
 typedef struct Bits Bits;
+typedef struct Bitset BSet;
 typedef struct Ref Ref;
 typedef struct OpDesc OpDesc;
 typedef struct Ins Ins;