~ chicken-core (chicken-5) 5d89b60a5b6952d0f951d965555b7ad7cc0554ad


commit 5d89b60a5b6952d0f951d965555b7ad7cc0554ad
Author:     felix <felix@call-with-current-continuation.org>
AuthorDate: Thu Mar 22 21:53:45 2018 +0100
Commit:     felix <felix@call-with-current-continuation.org>
CommitDate: Thu Mar 22 21:53:45 2018 +0100

    csi.scm: +product+ wasn't used and the banner incomplete

diff --git a/banner.scm b/banner.scm
index 6df6dcb6..ce1c5cb2 100644
--- a/banner.scm
+++ b/banner.scm
@@ -1,9 +1,8 @@
 ;;;; banner.scm
 
 
-(define-constant +product+ "CHICKEN")
-
 (define-constant +banner+ #<<EOF
+CHICKEN
 (c) 2008-2018, The CHICKEN Team
 (c) 2000-2007, Felix L. Winkelmann
 
Trap