aboutsummaryrefslogtreecommitdiff
path: root/sys/cmd/cc/cc.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/cmd/cc/cc.h')
-rw-r--r--sys/cmd/cc/cc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/cmd/cc/cc.h b/sys/cmd/cc/cc.h
index f5d3d28..dab351a 100644
--- a/sys/cmd/cc/cc.h
+++ b/sys/cmd/cc/cc.h
@@ -186,6 +186,7 @@ enum
Vun = iota(13),
Vfloat = iota(14),
Vstr = iota(15),
+ Vwstr = iota(16),
Vmask = Vchar - 1,
};