Declare BSIZE as static
authorNick Clifton <nickc@redhat.com>
Mon, 27 Aug 2001 08:52:50 +0000 (08:52 +0000)
committerNick Clifton <nickc@redhat.com>
Mon, 27 Aug 2001 08:52:50 +0000 (08:52 +0000)
ld/ChangeLog
ld/ldmain.c

index c29a986074e783019c10611374359df6c5e93394..c59911efdf8b31cf17c242f631674a2edee1591b 100644 (file)
@@ -1,3 +1,7 @@
+2001-08-27  Nick Clifton  <nickc@cambridge.redhat.com>
+
+       * ldmain.c (main): Declare BSIZE as static.
+
 2001-08-23  Jakub Jelinek  <jakub@redhat.com>
 
        * emultempl/elf32.em (place_orphan): Place orphan .rel* sections
index b7114f9e63dcd0c3ee62a058ad8597c2d85aed75..f419499a1ffa4c80a925e44c31be23e66680d700 100644 (file)
@@ -325,7 +325,7 @@ main (argc, argv)
 
       if (saved_script_handle)
        {
-         const int BSIZE = 8192;
+         static const int BSIZE = 8192;
          size_t n;
          char *buf = xmalloc (BSIZE);
 
This page took 0.026682 seconds and 4 git commands to generate.