daly / axiom

Axiom is a free, open source computer algebra system

This URL has Read+Write access

axiom / zips / gcl-2.5.unixport.init_gcl.lsp.in.patch
100644 23 lines (22 sloc) 1.097 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
--- init_gcl.lsp.in Sun Nov 10 22:43:06 2002
+++ init_gcl.lsp.in.tpd Sat Mar 8 15:37:52 2003
@@ -81,12 +81,13 @@
   (cond ((si::get-command-arg "-batch")
          (setq si::*top-level-hook* 'bye))
         ((si::get-command-arg "-f"))
- (t ;; if ANY header or license information is printed by the
- ;; program, then the following License and Enhancement notice
- ;; must be printed (see License).
- (format t "GCL (GNU Common Lisp) ~A~%~a~%~a~%" "DATE"
- "Licensed under GNU Library General Public License"
- "Contains Enhancements by W. Schelter")))
+ (t nil))
+;; (t ;; if ANY header or license information is printed by the
+;; ;; program, then the following License and Enhancement notice
+;; ;; must be printed (see License).
+;; (format t "GCL (GNU Common Lisp) ~A~%~a~%~a~%" "DATE"
+;; "Licensed under GNU Library General Public License"
+;; "Contains Enhancements by W. Schelter")))
      (setq si::*ihs-top* 1)
   (in-package 'system::user) (incf system::*ihs-top* 2)
   (funcall system::*old-top-level*))