aboutsummaryrefslogtreecommitdiff
path: root/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'types.h')
-rw-r--r--types.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/types.h b/types.h
index eb22e69..f9a1e05 100644
--- a/types.h
+++ b/types.h
@@ -92,6 +92,9 @@ typedef struct pat_s {
const char *at;
struct pat_s *fallback;
} leftrec;
+ struct {
+ const char *start, *end, *msg;
+ } error;
struct pat_s *pat;
} args;
size_t id;