diff options
| -rw-r--r-- | lpltypes.h | 4 |
1 files changed, 4 insertions, 0 deletions
| @@ -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 */ |
