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

Added an ``alignment'' slot to the SC struct.

parent 26736c03
No related branches found
No related tags found
No related merge requests found
......@@ -948,7 +948,11 @@
:type sc-vector)
;;
;; True if this SC or one of its alternates in in the NUMBER-STACK SB.
(number-stack-p nil :type boolean))
(number-stack-p nil :type boolean)
;;
;; Alignment restriction. The offset must be an even multiple of this.
(alignment 1 :type (integer 1)))
(defprinter sc
name)
......
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