]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* link.c : Fix misspelled "const" keyword
authorGeert Bosch <bosch@gnat.com>
Mon, 31 Mar 2003 21:07:56 +0000 (23:07 +0200)
committerGeert Bosch <bosch@gcc.gnu.org>
Mon, 31 Mar 2003 21:07:56 +0000 (23:07 +0200)
From-SVN: r65112

gcc/ada/ChangeLog
gcc/ada/link.c

index 73acf68df8a4dc1fb32f83729d9b3ac7bce6b8f4..72d0c0dc13acba8d9b5a600261734f43e9fa3095 100644 (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.
index 923f7337a1ac9f599dc145c46370f1dc0b766a0f..bab7293ec972c28c96e1a0a58c94ea614c6be02b 100644 (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";