- Timestamp:
- Nov 15, 2007, 11:26:17 AM (17 years ago)
- File:
-
- 1 edited
-
branches/working-0711/ccl/lib/macros.lisp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/working-0711/ccl/lib/macros.lisp
r7624 r7647 1633 1633 (defmacro with-cstrs (speclist &body body) 1634 1634 (with-specs-aux 'with-cstr speclist body)) 1635 1636 (defmacro with-utf-8-cstrs (speclist &body body) 1637 (with-specs-aux 'with-utf-8-cstr speclist body)) 1635 1638 1636 1639 (defmacro with-encoded-cstr ((encoding-name (sym string &optional start end))
Note:
See TracChangeset
for help on using the changeset viewer.
