Changeset 12968
- Timestamp:
- Oct 9, 2009, 1:19:12 PM (15 years ago)
- File:
-
- 1 edited
-
branches/working-0711/ccl/level-1/linux-files.lisp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/working-0711/ccl/level-1/linux-files.lisp
r12967 r12968 960 960 (funcall function argv)))) 961 961 962 (defmacro with-string-vector ((var &reststrings) &body body)963 `(call-with-string-vector #'(lambda (,var) ,@body) , @strings))962 (defmacro with-string-vector ((var strings) &body body) 963 `(call-with-string-vector #'(lambda (,var) ,@body) ,strings)) 964 964 965 965 (defloadvar *max-os-open-files* #-windows-target (#_getdtablesize) #+windows-target 32)
Note:
See TracChangeset
for help on using the changeset viewer.
