removed duplicate const declaration
[pspp] / src / libpspp / version.h
index a89480e549cd55d1b97214085e7df61e8b25bfb9..7cd8f49693456404930f934869e28837aea7b994 100644 (file)
@@ -23,6 +23,9 @@ extern const char bare_version[];
 /* "GNU PSPP A.B.C" */
 extern const char version[];
 
+/* Human readable version string */
+extern const char announced_version[];
+
 /* Canonical name of host system type. */
 extern const char host_system[];
 
@@ -33,7 +36,7 @@ extern const char build_system[];
 extern const char locale_dir[];
 
 /* The Examples directory */
-extern const char const examples_dir[];
+extern const char examples_dir[];
 
 /* From the AUTHORS file */
 extern const char *const authors[];