- Timestamp:
- Nov 24, 2007, 6:24:16 PM (17 years ago)
- File:
-
- 1 edited
-
branches/working-0711/ccl/compiler/nx.lisp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/working-0711/ccl/compiler/nx.lisp
r4586 r7719 204 204 205 205 206 207 208 209 210 #+ppc-target 211 (require "PPC2") 206 (defun compiler-bug (format &rest args) 207 (error (make-condition 'compiler-bug 208 :format-control format 209 :format-arguments args))) 210 212 211 213 212 (defparameter *nx-end* (cons nil nil))
Note:
See TracChangeset
for help on using the changeset viewer.
