mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-23 20:15:05 +02:00
Removed debug code
This commit is contained in:
parent
602295e29c
commit
f4b5cd4e20
1 changed files with 0 additions and 3 deletions
3
cgen.scm
3
cgen.scm
|
@ -817,9 +817,6 @@
|
|||
(else #f))
|
||||
|
||||
(define (allocate-symbol sym)
|
||||
; These are (at least for now) preallocated by the runtime
|
||||
;(define *reserved-symbols* (list 'Cyc_procedure))
|
||||
|
||||
(if (and (not (member sym *symbols*))
|
||||
(not (Cyc-reserved-symbol? sym)))
|
||||
(set! *symbols* (cons sym *symbols*))))
|
||||
|
|
Loading…
Add table
Reference in a new issue