ref: 7b63c05b211e61f9dc6b604f04d7777136cf6e66
parent: ceba67bc0648dec08ff495b6c2608a46462b64ab
author: Jacob Moody <moody@posixcafe.org>
date: Sun Oct 1 19:18:23 EDT 2023
9c: allow switches on 64bit values
--- a/sys/src/cmd/9c/txt.c
+++ b/sys/src/cmd/9c/txt.c
@@ -26,6 +26,7 @@
tfield = types[TLONG];
typeword = typechlvp;
+ typeswitch = typechlv;
typecmplx = typesu;
/* TO DO */
memmove(typechlpv, typechlp, sizeof(typechlpv));