Changeset 5056
- Timestamp:
- Aug 28, 2006, 3:30:54 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ccl/xdump/xfasload.lisp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ccl/xdump/xfasload.lisp
r5054 r5056 1107 1107 str))) 1108 1108 1109 (defxloadfaslop $fasl-nvstr (s) 1110 (let* ((n (%fasl-read-count s))) 1111 (multiple-value-bind (str v o) (xload-make-ivector *xload-readonly-space* :simple-string n) 1112 (%epushval s str) 1113 (dotimes (i n) 1114 (setf (u8-ref v (+ o i *xload-target-misc-data-offset*)) 1115 (%fasl-read-count s))) 1116 str))) 1109 1117 1110 1118 ;;; Allegedly deprecated. … … 1166 1174 (%xload-fasl-vmake-symbol s)) 1167 1175 1176 (defxloadfaslop $fasl-nvmksym (s) 1177 (%xload-fasl-nvmake-symbol s)) 1178 1168 1179 (defxloadfaslop $fasl-vmksym-special (s) 1169 1180 (%xload-fasl-vmake-symbol s t)) 1181 1182 (defxloadfaslop $fasl-nvmksym-special (s) 1183 (%xload-fasl-nvmake-symbol s t)) 1170 1184 1171 1185 (defun %xload-fasl-vintern (s package &optional idx)
Note:
See TracChangeset
for help on using the changeset viewer.
