diff options
Diffstat (limited to 'types.h')
| -rw-r--r-- | types.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -88,7 +88,7 @@ typedef struct pat_s { } leftrec; struct pat_s *pat; } args; - short int cache_balance; + size_t id; } pat_t; // |
