summaryrefslogtreecommitdiffhomepage
path: root/compiler.h
diff options
context:
space:
mode:
Diffstat (limited to 'compiler.h')
-rw-r--r--compiler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler.h b/compiler.h
index 3dcb79a..deec3d5 100644
--- a/compiler.h
+++ b/compiler.h
@@ -66,7 +66,7 @@ typedef enum {
struct uc_patchlist {
struct uc_patchlist *parent;
- size_t count, *entries;
+ size_t depth, count, *entries;
};
typedef struct uc_patchlist uc_patchlist;