about summary refs log tree commit diff stats
path: root/src/LYCharSets.h
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>1998-07-25 03:14:56 -0400
committerThomas E. Dickey <dickey@invisible-island.net>1998-07-25 03:14:56 -0400
commitaa3258c631eaca9dc2e7e2590b8778b827006144 (patch)
tree8fc25814a576a0db800da7a1421f6a3c76a2ae6d /src/LYCharSets.h
parent5488a2e17cfeff78f8927f652ecb9750d7a28c29 (diff)
downloadlynx-snapshots-aa3258c631eaca9dc2e7e2590b8778b827006144.tar.gz
snapshot of project "lynx", label v2-8-1dev_18
Diffstat (limited to 'src/LYCharSets.h')
-rw-r--r--src/LYCharSets.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/LYCharSets.h b/src/LYCharSets.h
index ff68dd9b..cd9e4ccc 100644
--- a/src/LYCharSets.h
+++ b/src/LYCharSets.h
@@ -22,9 +22,9 @@ extern CONST char * LYchar_set_names[];
 extern int LYCharSetsDeclared NOPARAMS;
 
 
-extern char ** LYCharSets[];
-extern char * SevenBitApproximations[];
-extern char ** p_entity_values;
+extern CONST char ** LYCharSets[];
+extern CONST char * SevenBitApproximations[];
+extern CONST char ** p_entity_values;
 extern int LYlowest_eightbit[];
 extern int LYNumCharsets;
 extern LYUCcharset LYCharSet_UC[];