Skip to content
Snippets Groups Projects
Commit 7bab5262 authored by Raymond Toy's avatar Raymond Toy
Browse files

Add :RELOCATABLE-STACKS to *features*

Add this as a runtime feature so that it shows up in *features* and
so that the C runtime has FEATURE_RELOCATABLE_STACKS defined.

src/code/sparc-svr4-vm.lisp:
src/code/x86-vm.lisp:
o Make :relocatable-stacks a runtime feature.

src/lisp/validate.h
o Need to include internals.h here so constants are set up according
  to internals.h

src/lisp/x86-validate-darwin.h:
o Use FEATURE_RELOCATABLE_STACKS instead of RELOCATABLE_STACK_START.
parent 00ec87ed
No related branches found
No related tags found
No related merge requests found
Loading
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