diff options
author | Sergio Queiroz <sqmedeiros@gmail.com> | 2016-11-14 17:15:27 -0300 |
---|---|---|
committer | Sergio Queiroz <sqmedeiros@gmail.com> | 2016-11-14 17:15:27 -0300 |
commit | 448762908fd822fbc101a4fe66fac9cd8aa913b5 (patch) | |
tree | c7bc865aa66f557be6d3d9d422bcaec42a8be0be /lptree.c | |
parent | fd28f9d9e54f33bf7ae3a5e12dc71478f9c91aea (diff) | |
download | lpeglabel-448762908fd822fbc101a4fe66fac9cd8aa913b5.tar.gz lpeglabel-448762908fd822fbc101a4fe66fac9cd8aa913b5.tar.bz2 lpeglabel-448762908fd822fbc101a4fe66fac9cd8aa913b5.zip |
Changing documentation and examples with recovery
Diffstat (limited to 'lptree.c')
-rw-r--r-- | lptree.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -28,7 +28,7 @@ const byte numsiblings[] = { | |||
28 | 0, 0, 2, 1, /* call, opencall, rule, grammar */ | 28 | 0, 0, 2, 1, /* call, opencall, rule, grammar */ |
29 | 1, /* behind */ | 29 | 1, /* behind */ |
30 | 1, 1, /* capture, runtime capture */ | 30 | 1, 1, /* capture, runtime capture */ |
31 | 0, 2, 2 /* labeled failure throw, labeled choice, recovery */ | 31 | 0, 2 /* labeled failure throw, recovery */ |
32 | }; | 32 | }; |
33 | 33 | ||
34 | 34 | ||