aboutsummaryrefslogtreecommitdiff
path: root/lpcode.c
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2023-04-10 13:47:45 -0300
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2023-04-10 13:47:45 -0300
commit05edfcff9b7eca52571b221e614b5cbf84e7d43d (patch)
tree37ca0e23753461795eb3ea6df873d725b94ba54e /lpcode.c
parentafd7b912611d5777c12d55cb533beee760207949 (diff)
downloadlpeg-05edfcff9b7eca52571b221e614b5cbf84e7d43d.tar.gz
lpeg-05edfcff9b7eca52571b221e614b5cbf84e7d43d.tar.bz2
lpeg-05edfcff9b7eca52571b221e614b5cbf84e7d43d.zip
Documentation
Removed '$Id' from all files + updated copyright year + other changes in comments and documentation
Diffstat (limited to 'lpcode.c')
-rw-r--r--lpcode.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/lpcode.c b/lpcode.c
index 64ad8ac..f2ae754 100644
--- a/lpcode.c
+++ b/lpcode.c
@@ -1,7 +1,3 @@
1/*
2** $Id: lpcode.c $
3** Copyright 2007, Lua.org & PUC-Rio (see 'lpeg.html' for license)
4*/
5 1
6#include <limits.h> 2#include <limits.h>
7 3