PR ada/10020
* link.c : Fix misspelled "const" keyword
From-SVN: r65115
+2003-03-31 Geert Bosch <bosch@gnat.com>
+
+ PR ada/10020
+ * link.c : Fix misspelled "const" keyword
+
2003-03-23 Mark Mitchell <mark@codesourcery.com>
PR c++/7086
const char *object_file_option = "-Wl,-f,";
const char *run_path_option = "";
int link_max = 15000;
-cnonst unsigned char objlist_file_supported = 1;
+const unsigned char objlist_file_supported = 1;
char shared_libgnat_default = STATIC;
unsigned char using_gnu_linker = 0;
const char *object_library_extension = ".a";