* ldsym.c (KEEP macro): Add spaces around '=' for the
authorPer Bothner <per@bothner.com>
Thu, 25 Feb 1993 23:47:21 +0000 (23:47 +0000)
committerPer Bothner <per@bothner.com>
Thu, 25 Feb 1993 23:47:21 +0000 (23:47 +0000)
sake of old (e.g. PCC) compilers.

ld/ChangeLog
ld/ldsym.c

index 2467ab4f8d3ba06cdd84d4210a9ec8af7c387a98..2c0488801043814897248323bd7c35062a703c67 100644 (file)
@@ -1,3 +1,8 @@
+Thu Feb 25 15:33:10 1993  Per Bothner  (bothner@rtl.cygnus.com)
+
+       * ldsym.c (KEEP macro):  Add spaces around '=' for the
+       sake of old (e.g. PCC) compilers.
+
 Wed Feb 24 19:49:31 1993  Per Bothner  (bothner@rtl.cygnus.com)
 
        * ldver.c:  Bump to version 2.1.
index 11534c1ead1c86075b74b578cd285e9c7333dc33..23512794e38eac75940a138c1a48f042bfb1dc20 100644 (file)
@@ -215,7 +215,7 @@ process_keepsyms (table, size)
   errno = 0;
 
 #define KEEP(S) \
-  do { asymbol **p=(S), *tmp=*out; *out=*p; *p=tmp; out++; } while (0)
+  do { asymbol **p = (S), *tmp = *out; *out = *p; *p = tmp; out++; } while (0)
 
   while (!feof (ks_file) && !ferror (ks_file))
     {