[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Chicken-users] csc -extend with user-preprocessor-pass
From: |
minh thu |
Subject: |
[Chicken-users] csc -extend with user-preprocessor-pass |
Date: |
Sun, 11 Feb 2007 00:23:34 +0100 |
Hi,
I'm trying the -extend <file> option of csc with the following <file>:
(user-preprocessor-pass
(lambda form
(display (car form))
(newline)
'(display "..."))
When compiling, the first top level form (of the being compiled file)
is not displayed.
Is it normal ?
Thanks,
thu
- [Chicken-users] csc -extend with user-preprocessor-pass,
minh thu <=