removed Petite from the greeting

This commit is contained in:
Abdulaziz Ghuloum 2006-12-01 10:20:50 -05:00
parent 5e2e669683
commit 23dd55e7f6
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -65,7 +65,7 @@
(values (cons (car args) f*) a*))]))])
(current-eval compile)
(command-line-arguments args)
(printf "Petite 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")
(for-each load files)
(new-cafe))