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

Removed some globals that are no longer used. Removed the

target-byte-order/native-byte-order hacks.
parent beea2d5e
No related branches found
No related tags found
No related merge requests found
......@@ -8,16 +8,6 @@
*last-assembler-node-created* *other-code-vector*
*other-next-location* *fixup-offset* *fixup-offset-map*
*fixup-last-shortening* *result-fixups* *source-path-tree*
*sc-numbers* *sb-list* *template-names* *sc-names* *sb-names*
*meta-sc-numbers* *primitive-type-names* *move-costs* *save-scs*
*save-costs* *restore-costs* *parsed-vops*
*compiler-error-context* *word-length* target-byte-order
*undefined-warnings* *meta-sb-names* *meta-sc-names*
*compiler-error-context* *word-length*
*undefined-warnings*
*code-segment* *elsewhere*))
(defconstant native-byte-order target-byte-order
"The byte order we are running under.")
(eval-when (compile)
(format t "foo!")
(setf (info variable constant-value 'native-byte-order) target-byte-order))
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