Changeset 7647 for branches


Ignore:
Timestamp:
Nov 15, 2007, 11:26:17 AM (17 years ago)
Author:
Gary Byers
Message:

Define WITH-UTF-8-CSTRS.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/working-0711/ccl/lib/macros.lisp

    r7624 r7647  
    16331633(defmacro with-cstrs (speclist &body body)
    16341634   (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))
    16351638
    16361639(defmacro with-encoded-cstr ((encoding-name (sym string &optional start end))
Note: See TracChangeset for help on using the changeset viewer.