aboutsummaryrefslogtreecommitdiff
path: root/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'types.h')
-rw-r--r--types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/types.h b/types.h
index 29a3644..3a94203 100644
--- a/types.h
+++ b/types.h
@@ -88,7 +88,7 @@ typedef struct pat_s {
} leftrec;
struct pat_s *pat;
} args;
- short int cache_balance;
+ size_t id;
} pat_t;
//