about summary refs log tree commit diff
path: root/evoke.e
diff options
context:
space:
mode:
authorIrene Knapp <ireneista@irenes.space>2026-09-23 03:48:08 -0700
committerIrene Knapp <ireneista@irenes.space>2026-09-23 05:35:36 -0700
commitb0b79f474956f7537d2eb576c4b4cfd6795bc1bc (patch)
tree127f71efb776705fafb2095323031c94efb965cd /evoke.e
parent42e213368b5382bd3f39ab10fe147a088486523f (diff)
remove the magic words
now all the command-line invocations are pleasingly short :)

Change-Id: Ibe2b9f3b85ab3a51a9d95e3511b273664e6a8807
Force-Push: yes
Diffstat (limited to 'evoke.e')
-rw-r--r--evoke.e10
1 files changed, 4 insertions, 6 deletions
diff --git a/evoke.e b/evoke.e
index 9a12075..9a1e515 100644
--- a/evoke.e
+++ b/evoke.e
@@ -16,8 +16,7 @@
   s" amd64.e" pack-file-contents
   s" execution-support.e" pack-file-contents
   s" log-load.e" pack-file-contents
-  s" pyrzqxgl" packstring
-  0 pack8 8 packalign here !
+  8 packalign here !
   s" source-to-precompile" variable
 
   here @ dup
@@ -32,8 +31,7 @@
   s" interpret.e" pack-file-contents
   s" flow-control.e" pack-file-contents
   s" linux-dynamic.e" pack-file-contents
-  s" pyrzqxgl" packstring
-  0 pack8 8 packalign here !
+  8 packalign here !
   s" source-to-copy-to-log" variable ;
 read-inputs
 
@@ -60,8 +58,8 @@ read-inputs
   elf-program-header
 
   output-cold-start
-  source-to-copy-to-log s" pyrzqxgl" output-warm-start
-  source-to-precompile s" pyrzqxgl" label-transform
+  source-to-copy-to-log output-warm-start
+  source-to-precompile label-transform
 
   ~   If we wanted words in the log to be able to call statically-linked
   ~ words, we could set this to something nonzero. We don't, so we leave it