diff options
author | Sergio Medeiros <sqmedeiros@gmail.com> | 2015-03-23 14:13:25 -0300 |
---|---|---|
committer | Sergio Medeiros <sqmedeiros@gmail.com> | 2015-03-23 14:13:25 -0300 |
commit | 0e93d536ba2d312502737cce2ab0cc21393c4842 (patch) | |
tree | 7de1e3ae967c90a43e7086ccef61d1722881b20c /lpcap.h | |
parent | a5a4b257e626847be3be4878c603adb51cbb420f (diff) | |
download | lpeglabel-0e93d536ba2d312502737cce2ab0cc21393c4842.tar.gz lpeglabel-0e93d536ba2d312502737cce2ab0cc21393c4842.tar.bz2 lpeglabel-0e93d536ba2d312502737cce2ab0cc21393c4842.zip |
Updating to lpeg 0.12.2
Diffstat (limited to 'lpcap.h')
-rw-r--r-- | lpcap.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: lpcap.h,v 1.1 2013/03/21 20:25:12 roberto Exp $ | 2 | ** $Id: lpcap.h,v 1.2 2015/02/27 17:13:17 roberto Exp $ |
3 | */ | 3 | */ |
4 | 4 | ||
5 | #if !defined(lpcap_h) | 5 | #if !defined(lpcap_h) |
@@ -18,7 +18,7 @@ typedef enum CapKind { | |||
18 | 18 | ||
19 | typedef struct Capture { | 19 | typedef struct Capture { |
20 | const char *s; /* subject position */ | 20 | const char *s; /* subject position */ |
21 | short idx; /* extra info about capture (group name, arg index, etc.) */ | 21 | unsigned short idx; /* extra info (group name, arg index, etc.) */ |
22 | byte kind; /* kind of capture */ | 22 | byte kind; /* kind of capture */ |
23 | byte siz; /* size of full capture + 1 (0 = not a full capture) */ | 23 | byte siz; /* size of full capture + 1 (0 = not a full capture) */ |
24 | } Capture; | 24 | } Capture; |