summary refs log tree commit diff
path: root/bin/hilex/irc.c
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-12-29 17:44:48 -0500
committerJune McEnroe <june@causal.agency>2020-12-29 17:44:48 -0500
commit9e72c0acce13944e568b1a164058b779a4d537f6 (patch)
tree23f67535c762b45709d61d122bcd6eef03a4335a /bin/hilex/irc.c
parentMatch lex/yacc %% %{ %} lines as Macro (diff)
downloadsrc-9e72c0acce13944e568b1a164058b779a4d537f6.tar.gz
src-9e72c0acce13944e568b1a164058b779a4d537f6.zip
Clean up hilex code somewhat
Diffstat (limited to 'bin/hilex/irc.c')
-rw-r--r--bin/hilex/irc.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/bin/hilex/irc.c b/bin/hilex/irc.c
index c760fc26..a83b55e6 100644
--- a/bin/hilex/irc.c
+++ b/bin/hilex/irc.c
@@ -22,10 +22,10 @@
 #include "hilex.h"
 
 static const char *IRC[ClassCap] = {
-	[Keyword] = "\00315",
-	[Macro] = "\00303",
-	[Comment] = "\00302",
-	[String] = "\00310",
+	[Keyword]      = "\00315",
+	[Macro]        = "\0033",
+	[Comment]      = "\0032",
+	[String]       = "\00310",
 	[StringFormat] = "\00311",
 };