Changeset 910
- Timestamp:
- Feb 16, 2005, 11:09:24 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/ccl/level-1/l1-utils.lisp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ccl/level-1/l1-utils.lisp
r812 r910 1190 1190 1191 1191 (defun string-argp (arg) 1192 (if (symbolp arg) (symbol-name arg) 1193 (if (stringp arg) (ensure-simple-string arg) 1194 nil))) 1195 1192 (cond ((symbolp arg) (symbol-name arg)) 1193 ((typep arg 'character) (string arg)) 1194 ((stringp arg) (ensure-simple-string arg)) 1195 (t nil))) 1196 1196 1197 (defun symbol-arg (arg) 1197 1198 (unless (symbolp arg)
Note:
See TracChangeset
for help on using the changeset viewer.
