summaryrefslogtreecommitdiffhomepage
path: root/include/ucode/compiler.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/ucode/compiler.h')
-rw-r--r--include/ucode/compiler.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/ucode/compiler.h b/include/ucode/compiler.h
index 15b77b3..db3d676 100644
--- a/include/ucode/compiler.h
+++ b/include/ucode/compiler.h
@@ -69,6 +69,7 @@ typedef enum {
typedef struct uc_patchlist {
struct uc_patchlist *parent;
size_t depth, count, *entries;
+ uc_tokentype_t token;
} uc_patchlist_t;
typedef struct uc_exprstack {