aboutsummaryrefslogtreecommitdiff
path: root/lptypes.h
diff options
context:
space:
mode:
Diffstat (limited to 'lptypes.h')
-rw-r--r--lptypes.h10
1 files changed, 3 insertions, 7 deletions
diff --git a/lptypes.h b/lptypes.h
index 8503223..3261428 100644
--- a/lptypes.h
+++ b/lptypes.h
@@ -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"