Changeset 8 in CGBLisp for src/svpoly.lisp


Ignore:
Timestamp:
Jan 26, 2009, 10:23:33 PM (15 years ago)
Author:
Marek Rychlik
Message:

Moving sources into trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/svpoly.lisp

    r1 r8  
    1414(in-package "SVPOLY")
    1515
    16 #+debug(proclaim '(optimize (speed 0) (debug 3)))
    17 #-debug(proclaim '(optimize (speed 3) (debug 0)))
     16(proclaim '(optimize (speed 0) (debug 3)))
    1817
    1918(defstruct (svpoly (:constructor make-svpoly-raw))
Note: See TracChangeset for help on using the changeset viewer.