mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-19 18:20:22 +02:00
*** empty log message ***
This commit is contained in:
parent
f4be1689e1
commit
8cd57bd061
2 changed files with 129 additions and 10 deletions
|
@ -1808,7 +1808,7 @@ Thu Sep 11 00:59:17 1997 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
|
|||
|
||||
Wed Sep 10 20:52:18 1997 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
|
||||
|
||||
* * eval.c (macro?, macro-type, macro-name, macro-transfomer): New
|
||||
* eval.c (macro?, macro-type, macro-name, macro-transformer): New
|
||||
procedures;
|
||||
(prinmacro): Removed. The code has been moved/merged into print.c
|
||||
in order to decrease code redundancy. We want macros to print in
|
||||
|
@ -1820,7 +1820,7 @@ Wed Sep 10 20:52:18 1997 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
|
|||
scm_macro_transformer): New prototypes.
|
||||
(scm_tc16_macro): Declared.
|
||||
|
||||
* * print.c (scm_iprin1): Added code for printing of macros. Macros
|
||||
* print.c (scm_iprin1): Added code for printing of macros. Macros
|
||||
are now printed in a way equivalent to procedures.
|
||||
|
||||
Sat Sep 6 12:20:42 1997 Mikael Djurfeldt <mdj@kenneth>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue