]> mj.ucw.cz Git - libucw.git/blobdiff - lib/str_upper.c
Added very simple functions for emulating a fastbuf stream over a static
[libucw.git] / lib / str_upper.c
index 627aa0b202ef480145354f7b7e33c60408f23b48..4253b88172b5dde3eb510cd680b3039a5c23b93f 100644 (file)
@@ -2,11 +2,14 @@
  *     Sherlock Library -- Uppercase Map
  *
  *     (c) 1997 Martin Mares <mj@ucw.cz>
+ *
+ *     This software may be freely distributed and used according to the terms
+ *     of the GNU Lesser General Public License.
  */
 
 #include "lib/chartype.h"
 
-unsigned char _c_upper[256] = {
+const unsigned char _c_upper[256] = {
 #define CHAR(code,upper,unacc,acc,cat) upper,
 #include "lib/charmap.h"
 #undef CHAR