aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core-commands.c
diff options
context:
space:
mode:
authorRobin Haberkorn <robin.haberkorn@googlemail.com>2025-07-21 17:08:19 +0300
committerRobin Haberkorn <robin.haberkorn@googlemail.com>2025-07-21 17:15:58 +0300
commitdd8f6f3fe80fc8d59a9d8b2927cfb443912eee6c (patch)
tree2b6126c350b3268224a0580974277ba912a61989 /src/core-commands.c
parent48dcfd22f9c2db5cf6745eaec0ff28895858c638 (diff)
downloadsciteco-dd8f6f3fe80fc8d59a9d8b2927cfb443912eee6c.tar.gz
discriminate against interactive-only codepaths in the imlementation of =/==/===
Small slow downs will not be noticable for interactively executed commands, so we can well discriminate (G_UNLIKELY) against such code paths.
Diffstat (limited to 'src/core-commands.c')
-rw-r--r--src/core-commands.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core-commands.c b/src/core-commands.c
index 2ccb8ec..2f6acb8 100644
--- a/src/core-commands.c
+++ b/src/core-commands.c
@@ -609,7 +609,8 @@ teco_print(guint radix, GError **error)
*
* If you want to print multiple values from the stack,
* you have to put the \(lq=\(rq into a pass-through loop
- * or separate the commands with whitespace.
+ * or separate the commands with
+ * whitespace (e.g. \(lq^Y= =\(rq).
*/
/*
* In order to imitate TECO-11 closely, we apply the lookahead