* link.c : Fix misspelled "const" keyword

From-SVN: r65112
This commit is contained in:
Geert Bosch 2003-03-31 23:07:56 +02:00 committed by Geert Bosch
parent cffc67d671
commit b12e6dfd28
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2003-03-31 Geert Bosch <bosch@gnat.com>
* link.c : Fix misspelled "const" keyword
2003-02-05 Gabriel Dos Reis <gdr@integrable-solutions.net>
* gnatvsn.ads: Bump version.

View File

@ -4,7 +4,7 @@
* *
* L I N K *
* *
* $Revision: 1.1 $
* $Revision: 1.1.16.1 $
* *
* C Implementation File *
* *
@ -133,7 +133,7 @@ const char *object_library_extension = ".a";
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";