1
0
mirror of https://github.com/PDP-10/its.git synced 2026-02-27 01:09:49 +00:00

Update to build TRANSS (Macsyma source) and update macsyma source file

database so that TRANSS is built after MTAGS.
Resolves #1065.
This commit is contained in:
Eric Swenson
2018-07-15 20:32:21 -07:00
parent 7bd25186a9
commit a08865ce75
2 changed files with 4 additions and 3 deletions

View File

@@ -93,7 +93,7 @@ proc build_macsyma_portion {} {
}
type "(mapcan "
type "#'(lambda (x) (cond ((not (memq x\r"
type "'(TRANSS EDLM)\r"
type "'(EDLM)\r"
type ")) (doit x)))) (append todo todoi))"
set timeout 1000
expect {

5
src/maxdoc/files.72 → src/maxdoc/files.73 Executable file → Normal file
View File

@@ -357,7 +357,6 @@
UNFASL-DIR 'MUNFAS)
(DEFMFILE TRANSL TRHOOK) ; used to implement translator modularity on the PDP-10.
(DEFMFILE TRANSL TRUTIL) ; Utilties.
(DEFMFILE TRANSL TRANSS) ; The system and user hacking part of transl.
(DEFMFILE TRANSL TRANSL) ; Toplevel expression translate and basic special forms.
(DEFMFILE TRANSL TRANS1) ; Translation properties by general grouping.
(DEFMFILE TRANSL TRANS2) ; ITS filenames don't allow more detail, see TRANSL >
@@ -379,6 +378,8 @@
SYSTEMS-FOR '(ITS))
(DEFMFILE TRANSL TRDEBG) ; For debugging translated code.
(DEFMFILE TRANSL MTAGS) ; generates macsyma-user TAGS while translating.
;; must follow mtags or else compilation errors
(DEFMFILE TRANSL TRANSS) ; The system and user hacking part of transl.
;; Numerical stuff.
(DEFMFILE MAXSRC ROMBRG)
@@ -480,4 +481,4 @@
FASL-DIR 'EMAXIM)
(DEFMFILE EMAXIM EDLM
SYSTEMS-FOR '(LISPM))