]> git.sur5r.net Git - cc65/blobdiff - libsrc/common/locale.c
Added mouse module from C64
[cc65] / libsrc / common / locale.c
index 5c084a2d05b2f9dd63d519d322d80c4ab7aef84c..efb055cb50f3bea2bad442b710ba430858b0f14f 100644 (file)
@@ -18,9 +18,9 @@
 
 
 /* For memory efficiency use a separate empty string */
-static const char EmptyString [] = "";
+static char EmptyString [] = "";
 
-static const struct lconv lc = {
+static struct lconv lc = {
     EmptyString,       /* currency_symbol */
     ".",               /* decimal_point */
     EmptyString,       /* grouping */