projects
/
jscl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5a0b7f2
)
Remove usage of the *block-counter* variable
author
David Vázquez
<davazp@gmail.com>
Wed, 1 May 2013 12:45:51 +0000
(13:45 +0100)
committer
David Vázquez
<davazp@gmail.com>
Wed, 1 May 2013 12:45:51 +0000
(13:45 +0100)
src/toplevel.lisp
patch
|
blob
|
history
diff --git
a/src/toplevel.lisp
b/src/toplevel.lisp
index
0a5bb07
..
c3020c0
100644
(file)
--- a/
src/toplevel.lisp
+++ b/
src/toplevel.lisp
@@
-103,8
+103,7
@@
*literal-table*)
(setq *literal-table* ',*literal-table*)
(setq *variable-counter* ,*variable-counter*)
- (setq *gensym-counter* ,*gensym-counter*)
- (setq *block-counter* ,*block-counter*)))))
+ (setq *gensym-counter* ,*gensym-counter*)))))
(eval-when-compile
(toplevel-compilation