projects
/
matthijs
/
master-project
/
report.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
0306899
)
Make a var local (again) in pret-lam.
author
Matthijs Kooijman
<matthijs@stdin.nl>
Sun, 6 Dec 2009 17:11:53 +0000
(18:11 +0100)
committer
Matthijs Kooijman
<matthijs@stdin.nl>
Sun, 6 Dec 2009 17:11:53 +0000
(18:11 +0100)
pret-lam.lua
patch
|
blob
|
history
diff --git
a/pret-lam.lua
b/pret-lam.lua
index 41ffbc7f779b28f28e188a38669dd0c3ecad8c4a..0eb13240c59e8394150669fcb6f957508c3d4f05 100644
(file)
--- a/
pret-lam.lua
+++ b/
pret-lam.lua
@@
-226,7
+226,7
@@
function vis.flush_line(str,nested)
end
function vis.do_line(str, no_indent)
end
function vis.do_line(str, no_indent)
- result = {}
+
local
result = {}
if not no_indent then
-- Allow ignore of the indentation stuff when we're calling ourselves
-- for a partial line.
if not no_indent then
-- Allow ignore of the indentation stuff when we're calling ourselves
-- for a partial line.