Constness and global namespace patrol.
[pspp-builds.git] / src / data / format.h
index e9d5e5e3f5d8be9cc36e8bfc12377bf936c9ec15..b5e7130a5d325a423a22a9975d4547890d824f20 100644 (file)
@@ -98,7 +98,7 @@ bool alignment_is_valid(enum alignment a);
 
 
 /* Descriptions of all the display formats above. */
-extern struct fmt_desc formats[];
+extern const struct fmt_desc formats[];
 
 union value;