[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [MIT-Scheme-devel] bootstrap macros, concurrency
From: |
Chris Hanson |
Subject: |
Re: [MIT-Scheme-devel] bootstrap macros, concurrency |
Date: |
Sat, 22 Apr 2006 10:23:53 -0400 |
User-agent: |
Mail/News 1.5 (X11/20060228) |
Taylor R. Campbell wrote:
> I want just to add the macro
> definition somewhere in the run-time system and have it be picked up
> when compiling the run-time system. The problem, though, is that any
> macros used by the run-time system are inherited solely from the host
> compiler, not from the macros defined in the run-time system being
> compiled.
If I were you I'd just load the macro into an existing band and use that
to re-compile everything. The problem that's bothering you is a
distraction from what you're trying to do and probably not worrying
about right now.