diff options
author | Sergio <sqmedeiros@gmail.com> | 2019-06-21 18:07:07 -0300 |
---|---|---|
committer | Sergio <sqmedeiros@gmail.com> | 2019-06-21 18:07:07 -0300 |
commit | 0671e873f50ba568074d1683e068d5dce88dd43b (patch) | |
tree | 373f46d1c3fac997803835155a5ba764bbcbd250 /lptypes.h | |
parent | 0f48dada44ec37bec8ef1b44ef8b621716ca5c05 (diff) | |
download | lpeglabel-0671e873f50ba568074d1683e068d5dce88dd43b.tar.gz lpeglabel-0671e873f50ba568074d1683e068d5dce88dd43b.tar.bz2 lpeglabel-0671e873f50ba568074d1683e068d5dce88dd43b.zip |
Updating LPegLabel to the codebase of LPeg 1.0.2
Diffstat (limited to 'lptypes.h')
-rw-r--r-- | lptypes.h | 10 |
1 files changed, 3 insertions, 7 deletions
@@ -1,7 +1,7 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: lptypes.h,v 1.16 2017/01/13 13:33:17 roberto Exp $ | 2 | ** $Id: lptypes.h $ |
3 | ** LPeg - PEG pattern matching for Lua | 3 | ** LPeg - PEG pattern matching for Lua |
4 | ** Copyright 2007-2017, Lua.org & PUC-Rio (see 'lpeg.html' for license) | 4 | ** Copyright 2007-2019, Lua.org & PUC-Rio (see 'lpeg.html' for license) |
5 | ** written by Roberto Ierusalimschy | 5 | ** written by Roberto Ierusalimschy |
6 | */ | 6 | */ |
7 | 7 | ||
@@ -9,17 +9,13 @@ | |||
9 | #define lptypes_h | 9 | #define lptypes_h |
10 | 10 | ||
11 | 11 | ||
12 | #if !defined(LPEG_DEBUG) | ||
13 | #define NDEBUG | ||
14 | #endif | ||
15 | |||
16 | #include <assert.h> | 12 | #include <assert.h> |
17 | #include <limits.h> | 13 | #include <limits.h> |
18 | 14 | ||
19 | #include "lua.h" | 15 | #include "lua.h" |
20 | 16 | ||
21 | 17 | ||
22 | #define VERSION "1.5.1" | 18 | #define VERSION "1.5.2" |
23 | 19 | ||
24 | 20 | ||
25 | #define PATTERN_T "lpeg-pattern" | 21 | #define PATTERN_T "lpeg-pattern" |