boot2

Playing with the boostrap
git clone https://git.ryansepassi.com/git/boot2.git
Log | Files | Refs | README

commit 52a231387a9acd7555db796a021bcd597c549591
parent ce907690c98caea1293474f4f5d76b285d01c5cd
Author: Ryan Sepassi <rsepassi@gmail.com>
Date:   Sun, 26 Apr 2026 23:26:08 -0700

cc/parse: drop unused parse-init-list backwards-compat alias

Diffstat:
Mcc/parse.scm | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/cc/parse.scm b/cc/parse.scm @@ -861,8 +861,6 @@ (else (drop (cdr xs)))))) (else (cdr rest)))))))))) -;; Backward-compat alias retained while callers transition. -(define (parse-init-list ps ty) (parse-init-global ps ty)) (define (parse-fn-body ps name dt) (let* ((e (ctype-ext dt)) (ret (car e))