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)]
|
||||
[else
|
||||
(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)
|
||||
(for-each load files)
|
||||
(new-cafe)
|
||||
|
|
|
@ -2812,7 +2812,8 @@
|
|||
(id? (syntax mid))
|
||||
; id receives old wrap so it won't be confused with id of same name
|
||||
; 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))))))
|
||||
|
||||
(define parse-import
|
||||
|
|
Loading…
Reference in New Issue