/[guile]/guile/guile-core/ice-9/boot-9.scm
ViewVC logotype

Diff of /guile/guile-core/ice-9/boot-9.scm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.292 by dirk, Sat Nov 16 15:40:27 2002 UTC revision 1.293 by dirk, Sun Nov 24 08:18:19 2002 UTC
# Line 2591  Line 2591 
2591      (else      (else
2592       (error "use-syntax can only be used at the top level"))))       (error "use-syntax can only be used at the top level"))))
2593    
2594  (defmacro define-private args  ;; Dirk:FIXME:: This incorrect (according to R5RS) syntax needs to be changed
2595    `(define ,@args))  ;; as soon as guile supports hygienic macros.
2596    (define define-private define)
2597    
2598  (defmacro define-public args  (defmacro define-public args
2599    (define (syntax)    (define (syntax)

Legend:
Removed from v.1.292  
changed lines
  Added in v.1.293

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26