summaryrefslogtreecommitdiff
path: root/reactive.scm
diff options
context:
space:
mode:
authorIOhannes m zmölnig (Debian/GNU) <umlaeute@debian.org>2020-01-07 17:06:16 +0100
committerIOhannes m zmölnig (Debian/GNU) <umlaeute@debian.org>2020-01-07 17:06:16 +0100
commit793aa553cfa17343e80aa822e67d2448bca0ab46 (patch)
treea56a4d38fa1e6f23d9516051b77cac3a6c85460b /reactive.scm
parent5ba89b689d1e218796b58af8acf28021adc1ee36 (diff)
New upstream version 20.0
Diffstat (limited to 'reactive.scm')
-rw-r--r--reactive.scm1
1 files changed, 0 insertions, 1 deletions
diff --git a/reactive.scm b/reactive.scm
index c68806b..40dd57a 100644
--- a/reactive.scm
+++ b/reactive.scm
@@ -47,7 +47,6 @@
(else
(gather-symbols (cdr expr) ce (gather-symbols (car expr) ce lst ignore) ignore))))
-
;;; c-pointer used to hold symbol+let info so that the lets can be a "weak references"
(define slot-symbol c-pointer-type)
(define slot-expr c-pointer-info)