aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lpltypes.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/lpltypes.h b/lpltypes.h
index aae0c02..54adb80 100644
--- a/lpltypes.h
+++ b/lpltypes.h
@@ -143,6 +143,10 @@ typedef struct Charset {
143#define testchar(st,c) (((int)(st)[((c) >> 3)] & (1 << ((c) & 7)))) 143#define testchar(st,c) (((int)(st)[((c) >> 3)] & (1 << ((c) & 7))))
144 144
145/* labeled failure begin */ 145/* labeled failure begin */
146#if !defined(LUAI_FUNC)
147#define LUAI_FUNC extern
148#endif
149
146#define LFAIL 0 150#define LFAIL 0
147 151
148/* update the farthest failure */ 152/* update the farthest failure */