/[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.290 by ossau, Wed Nov 6 00:29:24 2002 UTC revision 1.291 by dirk, Sat Nov 16 15:05:29 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  (define define-private define)  (defmacro define-private args
2595      `(define ,args))
2596    
2597  (defmacro define-public args  (defmacro define-public args
2598    (define (syntax)    (define (syntax)
# Line 2666  Line 2667 
2667      (else      (else
2668       (error "re-export can only be used at the top level"))))       (error "re-export can only be used at the top level"))))
2669    
2670  (define export-syntax export)  (defmacro export-syntax names
2671  (define re-export-syntax re-export)    `(export ,names))
2672    
2673    (defmacro export-syntax names
2674      `(export ,names))
2675    
2676  (define load load-module)  (define load load-module)
2677    

Legend:
Removed from v.1.290  
changed lines
  Added in v.1.291

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