Fixed copyright notice to be 2006-2007 instead of 2006.
This commit is contained in:
parent
09d9687fdd
commit
6359ca9ee4
BIN
src/ikarus.boot
BIN
src/ikarus.boot
Binary file not shown.
|
@ -93,7 +93,7 @@
|
||||||
(exit 0)]
|
(exit 0)]
|
||||||
[else
|
[else
|
||||||
(printf "Ikarus Scheme (Build ~a)\n" (compile-time-date-string))
|
(printf "Ikarus Scheme (Build ~a)\n" (compile-time-date-string))
|
||||||
(display "Copyright (c) 2006 Abdulaziz Ghuloum\n\n")
|
(display "Copyright (c) 2006-2007 Abdulaziz Ghuloum\n\n")
|
||||||
(command-line-arguments args)
|
(command-line-arguments args)
|
||||||
(for-each load files)
|
(for-each load files)
|
||||||
(new-cafe)
|
(new-cafe)
|
||||||
|
|
|
@ -2812,7 +2812,8 @@
|
||||||
(id? (syntax mid))
|
(id? (syntax mid))
|
||||||
; id receives old wrap so it won't be confused with id of same name
|
; id receives old wrap so it won't be confused with id of same name
|
||||||
; defined within the module
|
; defined within the module
|
||||||
(values (syntax orig) (wrap (syntax mid) w) (listify (syntax (ex ...))) (map (lambda (x) (wrap x *w)) (syntax (form ...)))))
|
(values (syntax orig) (wrap (syntax mid) w) (listify (syntax (ex ...)))
|
||||||
|
(map (lambda (x) (wrap x *w)) (syntax (form ...)))))
|
||||||
(_ (syntax-error (source-wrap e w ae))))))
|
(_ (syntax-error (source-wrap e w ae))))))
|
||||||
|
|
||||||
(define parse-import
|
(define parse-import
|
||||||
|
|
Loading…
Reference in New Issue