~ubuntu-branches/ubuntu/intrepid/ecl/intrepid

« back to all changes in this revision

Viewing changes to src/cmp/cmpwt.lsp

  • Committer: Bazaar Package Importer
  • Author(s): Peter Van Eynde
  • Date: 2007-04-09 11:51:51 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20070409115151-ql8cr0kalzx1jmla
Tags: 0.9i-20070324-2
Upload to unstable. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
53
53
  (typecase form
54
54
    ((or STRING INTEGER CHARACTER)
55
55
     (princ form *compiler-output1*))
56
 
    ((or LONG-FLOAT SHORT-FLOAT)
 
56
    ((or DOUBLE-FLOAT SINGLE-FLOAT)
57
57
     (format *compiler-output1* "~10,,,,,,'eG" form))
58
58
    (VAR (wt-var form))
59
59
    (t (wt-loc form)))