mirror of
https://github.com/PDP-10/its.git
synced 2026-02-28 17:29:10 +00:00
Resolves #284. Commented out uses of time-origin in maxtul; mcldmp (init) until we can figure out why it gives arithmetic overflows under the emulators. Updated the expect script statements in build_macsyma_portion to not attempt to match expected strings, but simply sleep for some time since in some cases the matching appears not to work.
22 lines
900 B
Common Lisp
22 lines
900 B
Common Lisp
;; -*- Mode: Lisp; Package: Macsyma -*-
|
|
;; This is the initialization file for variables which cannot be reset.
|
|
;; This file was generated by DEFINE version NIL.
|
|
|
|
;; Initializations for MRG;COMPAR 857, compiled 1/28/18 8:53 by EJS.
|
|
(DECLARE (COMMENT COMPAR))
|
|
(SETQ $CONTEXT (QUOTE $INITIAL) $CONTEXTS (QUOTE ((MLIST) $INITIAL $GLOBAL))
|
|
$ACTIVECONTEXTS (QUOTE ((MLIST))))
|
|
|
|
;; Initializations for JPG;SUPRV 619, compiled 1/28/18 11:29 by EJS.
|
|
(DECLARE (COMMENT SUPRV))
|
|
(SETQ $% (QUOTE $%) $LINENUM 1. $DIREC (QUOTE JRMU) $MOREWAIT NIL)
|
|
|
|
;; Initializations for RAT;FLOAT 321, compiled 1/28/18 12:06 by EJS.
|
|
(DECLARE (COMMENT FLOAT))
|
|
(SETQ BIGFLOATZERO (QUOTE ((BIGFLOAT SIMP 56.) 0. 0.))
|
|
BIGFLOATONE (QUOTE ((BIGFLOAT SIMP 56.) 36028797018963968. 1.)))
|
|
|
|
;; Initializations for RAT;ALGSYS 1, compiled 1/28/18 21:41 by EJS.
|
|
(DECLARE (COMMENT ALGSYS))
|
|
(SETQ REALONLYRATNUM NIL ALGNOTEXACT NIL)
|