Changeset 13304
- Timestamp:
- Dec 17, 2009, 9:07:08 AM (15 years ago)
- Location:
- branches/working-0711/ccl
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
compiler/nx0.lisp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/working-0711/ccl
- Property svn:mergeinfo changed
/trunk/source merged: 13205
- Property svn:mergeinfo changed
-
branches/working-0711/ccl/compiler/nx0.lisp
r13214 r13304 1939 1939 (if (lambda-expression-p sym) 1940 1940 (nx1-lambda-bind (%cadr sym) args (%cddr sym)) 1941 (nx-error " ~S is not a symbol or lambda expression in the form ~S ." sym form)))))1941 (nx-error "In the form ~S, ~S is not a symbol or lambda expression." form sym))))) 1942 1942 1943 1943 (defun nx1-treat-as-call (args)
Note:
See TracChangeset
for help on using the changeset viewer.
