Changeset 5249
- Timestamp:
- Sep 24, 2006, 3:27:18 AM (18 years ago)
- Location:
- trunk/ccl
- Files:
-
- 3 edited
-
level-0/nfasload.lisp (modified) (1 diff)
-
lib/nfcomp.lisp (modified) (1 diff)
-
xdump/xfasload.lisp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ccl/level-0/nfasload.lisp
r5134 r5249 362 362 363 363 (deffaslop $fasl-char (s) 364 (%epushval s (code-char (%fasl-read- bytes))))364 (%epushval s (code-char (%fasl-read-count s)))) 365 365 366 366 ;;; Deprecated -
trunk/ccl/lib/nfcomp.lisp
r5058 r5249 1453 1453 (let ((code (%char-code char))) 1454 1454 (fasl-out-opcode $fasl-char char) 1455 (fasl-out- bytecode)))1455 (fasl-out-count code))) 1456 1456 1457 1457 ;;; Always write big-endian. -
trunk/ccl/xdump/xfasload.lisp
r5169 r5249 1107 1107 ;;; fasl-char: maybe epush, return target representation of BASE-CHARACTER 1108 1108 (defxloadfaslop $fasl-char (s) 1109 (let* ((code (%fasl-read- bytes))1109 (let* ((code (%fasl-read-count s)) 1110 1110 (target-char (logior *xload-target-subtag-char* 1111 1111 (ash code *xload-target-charcode-shift*))))
Note:
See TracChangeset
for help on using the changeset viewer.
