diff options
author | Elie Roux <elie.roux@telecom-bretagne.eu> | 2010-05-15 15:33:07 +0300 |
---|---|---|
committer | Elie Roux <elie.roux@telecom-bretagne.eu> | 2010-05-15 15:33:07 +0300 |
commit | 2ede45796e70760267e4928dfff04d3546a8f159 (patch) | |
tree | 757db11408d39a2f2b6aab070dcae5047898d065 /lualibs-lpeg.lua | |
parent | 77afbb2c3bf74a992579c9b87338e74dbc5dda82 (diff) | |
parent | c10ee230c83a5dfcda077652c2b16bc8f8a9d221 (diff) | |
download | lualibs-2ede45796e70760267e4928dfff04d3546a8f159.tar.gz |
Merge branch 'master' of github.com:mpg/lualibsv0.93
Diffstat (limited to 'lualibs-lpeg.lua')
-rw-r--r-- | lualibs-lpeg.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lualibs-lpeg.lua b/lualibs-lpeg.lua index 2e366a9..f060f3b 100644 --- a/lualibs-lpeg.lua +++ b/lualibs-lpeg.lua @@ -120,7 +120,7 @@ function string:checkedsplit(separator) return match(c,self) end ---~ function lpeg.L(list,pp) +--~ function lpeg.append(list,pp) --~ local p = pp --~ for l=1,#list do --~ if p then |