]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/c++.scm
Use *unspecified* and/or unspecified? instead of (begin)
[lilypond.git] / scm / c++.scm
index 0ea05c944c8e0553ab91f60813e1fcb4e8185fba..a8b0d00c7ee74f7d466a25fe4859105fee1eb503 100644 (file)
@@ -70,7 +70,7 @@
   (or (symbol? x) (boolean? x)))
 
 (define-public (void? x)
-  (eq? x (begin)))
+  (unspecified? x))
 
 ;; moved list to end of lily.scm: then all type-predicates are
 ;; defined.