Repositories
/
ecl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ea6adc6
)
clos: walk-c-inline: Declare ignoring unused variable context. Closes #26.
author
Daniel Kochmański
<jackdaniel@hellsgate.pl>
Fri, 3 Apr 2015 08:05:54 +0000
(10:05 +0200)
committer
Daniel Kochmański
<jackdaniel@hellsgate.pl>
Fri, 3 Apr 2015 08:05:54 +0000
(10:05 +0200)
src/clos/walk.lsp
patch
|
blob
|
blame
|
history
diff --git
a/src/clos/walk.lsp
b/src/clos/walk.lsp
index
da88d29
..
e97626e
100644
(file)
--- a/
src/clos/walk.lsp
+++ b/
src/clos/walk.lsp
@@
-1171,6
+1171,7
@@
#+ecl
(defun walk-c-inline (form context env)
+ (declare (ignore context))
(relist* form
(first form)
(walk-repeat-eval (second form) env) ; arguments