mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-24 04:25:06 +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))
|
(else #f))
|
||||||
|
|
||||||
(define (allocate-symbol sym)
|
(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*))
|
(if (and (not (member sym *symbols*))
|
||||||
(not (Cyc-reserved-symbol? sym)))
|
(not (Cyc-reserved-symbol? sym)))
|
||||||
(set! *symbols* (cons sym *symbols*))))
|
(set! *symbols* (cons sym *symbols*))))
|
||||||
|
|
Loading…
Add table
Reference in a new issue