X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcode%2Fearly-impl.lisp;h=00fdf2c3f356be1607cfda71c9de239a7de2fc4e;hb=82cd148d729c241e79c8df04b700beec1b7c55de;hp=b7de91e52400d6a877e95b84a2c7b8a8c247f89e;hpb=f3a7c6b54880895d1598b1844d7e6eba98af9e53;p=sbcl.git diff --git a/src/code/early-impl.lisp b/src/code/early-impl.lisp index b7de91e..00fdf2c 100644 --- a/src/code/early-impl.lisp +++ b/src/code/early-impl.lisp @@ -17,6 +17,10 @@ ;;; slightly differently) elsewhere. (declaim (special *posix-argv* *core-string* + *stdin* + *stdout* + *stderr* + *tty* *read-only-space-free-pointer* sb!vm:*static-space-free-pointer* sb!vm::*current-catch-block* @@ -33,11 +37,16 @@ ;; pseudo-atomicity too, but they handle it without ;; messing with special variables.) #!+(or x86 x86-64) *pseudo-atomic-bits* + #!+(or hpux) sb!vm::*c-lra* *allow-with-interrupts* + sb!unix::*unblock-deferrables-on-enabling-interrupts-p* *interrupts-enabled* *interrupt-pending* + #!+sb-thruption *thruption-pending* + #!+sb-safepoint *gc-safe* + #!+sb-safepoint *in-safepoint* *free-interrupt-context-index* - sb!vm::*unwind-to-frame-function* + sb!kernel::*gc-epoch* sb!vm::*allocation-pointer* sb!vm::*binding-stack-pointer* sb!vm::*fp-constant-0d0*