Skip to content

Commit

Permalink
Remove hypertex.boot
Browse files Browse the repository at this point in the history
  • Loading branch information
Waldek Hebisch committed Apr 17, 2024
1 parent b0fd15c commit 14ec066
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 123 deletions.
6 changes: 6 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
2024-04-17 Waldek Hebisch <cas@fricas.org>

* src/interp/hypertex.boot: Remove
src/interp/br-saturn.boot: Move needed part here
src/interp/htsetvar.boot: Remove 'htsv'

2024-04-17 Waldek Hebisch <cas@fricas.org>

* src/doc/ht/gloss.text, src/doc/ht/util.ht,
Expand Down
2 changes: 1 addition & 1 deletion src/interp/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ OBJ_files= macros setq \
buildom cattable clam clammed \
compat compress cparse cstream database \
format g-boot g-cndata g-error g-opt \
g-timer g-util hypertex i-analy \
g-timer g-util i-analy \
i-coerce i-coerfn i-eval i-funsel i-intern \
i-map i-output i-resolv i-spec1 i-spec2 i-syscmd \
i-toplev incl interop int-top lisplib macex match \
Expand Down
8 changes: 7 additions & 1 deletion src/interp/br-saturn.boot
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,12 @@ htShowPageNoScroll() ==
issueHTStandard line
endHTPage()

DEFCONSTANT($SendLine, 98)
DEFCONSTANT($EndOfPage, 99)
DEFCONSTANT($SpadError, 90)

sendHTErrorSignal() ==
sockSendInt($MenuServer, $SpadError)

issueHTStandard line == --called by htMakePageNoScroll and htMakeErrorPage
sockSendInt($MenuServer, $SendLine)
Expand All @@ -104,7 +110,7 @@ htMakeErrorPage htPage ==
$curPage := htPage
htMakePage htpPageDescription htPage
line := concatenateStringList(nreverse $htLineList)
issueHT line
issueHTStandard(line)
endHTPage()

--=======================================================================
Expand Down
4 changes: 0 additions & 4 deletions src/interp/htsetvar.boot
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,6 @@

)package "BOOT"

htsv() ==
startHTPage(50)
htSetVars()

htSetVars() ==
$path := nil
$lastTree := nil
Expand Down
117 changes: 0 additions & 117 deletions src/interp/hypertex.boot

This file was deleted.

0 comments on commit 14ec066

Please sign in to comment.