]> jfr.im git - solanum.git/blobdiff - include/match.h
match: allow the CharAttrs table to be modified at runtime
[solanum.git] / include / match.h
index 151ad4bf669527ad734d6affbddf5dba172f591d..ef7ed8e2cad9a1e6fa35430760d1d02547e6cee3 100644 (file)
@@ -87,7 +87,7 @@ extern const unsigned char irctolower_tab[];
 extern const unsigned char irctoupper_tab[];
 #define irctoupper(c) (irctoupper_tab[(unsigned char)(c)])
 
-extern const unsigned int CharAttrs[];
+extern unsigned int CharAttrs[];
 
 #define PRINT_C   0x001
 #define CNTRL_C   0x002