From 6e3da17a2fae11af9ae00d9b59bd0d752022e16b Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Sat, 24 May 2025 16:24:49 +0300 Subject: has been repurposed and is the macro file inclusion (indirect file) command now * Improves DEC TECO-11 compatibility. * is still supported as a synonym, but considered deprecated and is no longer documented. A warning is printed when invoked. It can be repurposed at any time in the future. * `EI$` is not yet supported. I am unsure whether this makes any sense. --- src/symbols-extract.tes | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/symbols-extract.tes') diff --git a/src/symbols-extract.tes b/src/symbols-extract.tes index 9a8a270..da9c207 100755 --- a/src/symbols-extract.tes +++ b/src/symbols-extract.tes @@ -6,8 +6,8 @@ 0,2EJ !* FIXME: Memory limiting is too slow *! -:EMQ[$SCITECOPATH]/getopt.tes -EMQ[$SCITECOPATH]/string.tes +:EIQ[$SCITECOPATH]/getopt.tes +EIQ[$SCITECOPATH]/string.tes !* read commandline arguments *! [getopt.p] -- cgit v1.2.3