Mark constant data as const
[fw/pdclib] / includes / locale.h
index 82fc21ba44da0c7438fa6ed653f4ff5ff1298f13..b5a125d820110549d1577b7c97539d15919af6c2 100644 (file)
@@ -66,7 +66,7 @@ struct lconv
 };
 
 /* This is strictly internal, and visible here for technical reasons only. */
-extern struct lconv _PDCLIB_lconv;
+extern const struct lconv _PDCLIB_lconv;
 
 /* First arguments to setlocale().
    TODO: Beware, values might change before v0.6 is released.