stray haxorz

This commit is contained in:
Jan Nieuwenhuizen 2018-10-15 22:47:04 +02:00
parent 828d12b475
commit 3092efa8aa
No known key found for this signature in database
GPG Key ID: F3C1A0D9C1D65273
3 changed files with 2 additions and 6 deletions

View File

@ -27,6 +27,5 @@
(define datum->syntax datum->syntax-object)
(define syntax->datum syntax-object->datum)
(define-macro (portable-macro-expand) #t)
(define-macro (portable-macro-expand) '(begin #t))
(set! macro-expand sc-expand)

View File

@ -136,7 +136,7 @@ along with GNU Mes. If not, see <http://www.gnu.org/licenses/>.
(define (quit . x)
(exit 0))
(define (use a)
(lambda ()
(lambda (. x)
(let ((module (read)))
(mes-load-module-env module a))))
(define (meta command a)

View File

@ -1375,9 +1375,6 @@ eval_apply ()
macro_expand:
{
macro;
expanders;
if (TYPE (r1) != TPAIR || CAR (r1) == cell_symbol_quote)
goto vm_return;