[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
- To: GSB at MIT-ML, (BUG LISP) at MIT-ML
- Subject:
- From: GLS@MIT-MC
- Date: Sat, 23 Apr 78 05:46:00 GMT
- Original-date: 04/23/78 01:46:00 EDT
From: GSB@MIT-ML
Date: Fri, 22 Apr 78 12:20:43 GMT
Original-Date: 04/22/78 08:20:43 EDT
Subject:
To: (BUG LISP) at MIT-ML
(gctwa t)
(setsyntax '/ 'macro 'this-function-is-undefined-as-yet)
.....
(gc)
....
(status macro /)
==> (<null string or randomness> NIL)
??????????? What gives? ???????????
I thhink that macro functions may not really be properly protected.
Temporary fix: make sure the function is defined before giving its
atomic symbol name to SETSYNTAX.