close Warning: Can't synchronize with repository "(default)" (The repository directory has changed, you should resynchronize the repository with: trac-admin $ENV repository resync '(default)'). Look in the Trac log for more information.

Changeset 4404


Ignore:
Timestamp:
2016-06-07T19:16:24-07:00 (8 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/infix-printer.lisp

    r4403 r4404  
    4747      (incf count)
    4848
     49      #|
     50      ;; TODO: Determine why this is here and fix it.
     51      ;; If uncommented, causes (+ x (- y z)) print as "X-Y"
     52      ;; which is not correct
    4953      (when (and alt-op
    5054                 (> count 1)
    5155                 (consp arg)
    5256                 (eq alt-op (car arg)))
    53         ;;(setf arg (cadr arg) true-sep alt-sep)
     57        (setf arg (cadr arg) true-sep alt-sep)
    5458        )
     59      |#
    5560
    5661      (if beg
Note: See TracChangeset for help on using the changeset viewer.