Skip to content
Snippets Groups Projects
Commit b722a48c authored by wlott's avatar wlott
Browse files

Changed a %primitive 8bit-system-ref to a system:sap-ref-8.

parent d25be944
No related branches found
No related tags found
No related merge requests found
...@@ -193,7 +193,7 @@ ...@@ -193,7 +193,7 @@
(defmacro u-vec-get-rep (u-vec index) (defmacro u-vec-get-rep (u-vec index)
`(svref *print-representation-vector* `(svref *print-representation-vector*
(%primitive 8bit-system-ref ,u-vec ,index))) (system:sap-ref-8 ,u-vec ,index)))
;;; display-losing-chars -- Internal ;;; display-losing-chars -- Internal
;;; ;;;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment