Changeset 6586
- Timestamp:
- May 20, 2007, 9:11:08 AM (18 years ago)
- File:
-
- 1 edited
-
branches/ide-1.0/ccl/examples/objc-runtime.lisp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/ide-1.0/ccl/examples/objc-runtime.lisp
r6228 r6586 2800 2800 (release-autorelease-pool ,pool-temp))))) 2801 2801 2802 2802 2803 (defun %make-nsstring (string) 2803 (with- cstrs((s string))2804 (%make-nsstring-from- c-string s)))2804 (with-encoded-cstrs :utf-8 ((s string)) 2805 (%make-nsstring-from-utf8-c-string s))) 2805 2806 2806 2807 #+apple-objc-2.0
Note:
See TracChangeset
for help on using the changeset viewer.
