bug-guile
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Misplaced syntactic keyword defvar


From: Bill Schottstaedt
Subject: Re: Misplaced syntactic keyword defvar
Date: Mon, 24 May 2004 03:45:03 -0700
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4.2) Gecko/20040308

Now (in Saturday's CVS Guile) I get this:

guile> (define defvar #f)
guile> (set! defvar define)
guile> (set! defvar define)

Backtrace:
In standard input:
   4: 0* (set! #<primitive-builtin-macro! define> define)

standard input:4:1: In expression (set! #<primitive-builtin-macro! define> 
define):
standard input:4:1: Unbound variable: #<primitive-builtin-macro! define>
ABORT: (unbound-variable)





reply via email to

[Prev in Thread] Current Thread [Next in Thread]