From cf99abb852536867169168d2c7fabf158099dfd9 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Thu, 23 Sep 2021 13:38:20 -0700 Subject: WIP implementation of setjmp/longjmp recovery --- types.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'types.h') 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; -- cgit v1.2.3