summaryrefslogtreecommitdiff
path: root/util.c
diff options
context:
space:
mode:
Diffstat (limited to 'util.c')
-rw-r--r--util.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/util.c b/util.c
index 8d171a1..ebd1513 100644
--- a/util.c
+++ b/util.c
@@ -108,6 +108,9 @@ static struct {
{ .look = REG_5, .str = "$5" },
{ .look = REG_6, .str = "$6" },
{ .look = REG_H, .str = "$H" },
+ /* non-preferred aliases: */
+ { .look = REG_0, .str = "$z" },
+ { .look = REG_H, .str = "$7" },
{ .str = NULL },
};