daly / axiom

Axiom is a free, open source computer algebra system

This URL has Read+Write access

axiom / zips / gcl-2.6.2.cmpnew.gcl_cmpflet.lsp.patch
100644 16 lines (15 sloc) 0.628 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
--- gcl_cmpflet.lsp 2004-02-21 15:51:24.000000000 -0500
+++ gcl_cmpflet.lsp.tpd 2004-02-21 15:51:50.000000000 -0500
@@ -390,8 +390,10 @@
           (wt-label *exit*))
     (unwind-no-exit 'tail-recursion-mark)
     (wt-nl "goto TTL;")
- (cmpnote "Tail-recursive call of ~s was replaced by iteration."
- (fun-name (car fd))))
+; 20031022000 tpd we don't need to know this
+; (cmpnote "Tail-recursive call of ~s was replaced by iteration."
+; (fun-name (car fd)))
+ )
    (t (push-args args)
       (wt-nl "L" (fun-cfun (car fd)) "(")
       (dotimes** (n (fun-level (car fd))) (wt "base" n ","))