* remote-vx.c (vx_wait): Rename pid parameter to pid_to_wait_for.
authorJim Kingdon <jkingdon@engr.sgi.com>
Sun, 24 Oct 1993 18:05:39 +0000 (18:05 +0000)
committerJim Kingdon <jkingdon@engr.sgi.com>
Sun, 24 Oct 1993 18:05:39 +0000 (18:05 +0000)
Some compilers (legitimately) don't like variables in the
function's outermost block whose name is the name as a parameter.

gdb/ChangeLog

index 73b0177ee83fedf32857be3b9c99a5ec90a23c84..a265f5b4d178745740b7bd957a18f0b29cfff6e9 100644 (file)
@@ -18,9 +18,10 @@ Fri Oct 22 07:49:54 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
        * stabsread.c (define_symbol): Skip the whole thing about "pcc
        promotion" on little-endian machines.
 
-       * remote-vx.c: Rename pid parameter to pid_to_wait_for.  Some
-       compilers (legitimately) don't like variables in the function's
-       outermost block whose name is the name as a parameter.
+       * remote-vx.c (vx_wait): Rename pid parameter to pid_to_wait_for.
+       Some compilers (legitimately) don't like variables in the
+       function's outermost block whose name is the the same as the name of
+       a parameter.
 
        Merge Apollo patches from Troy Rollo (troy@cbme.unsw.edu.au):
        * dst.h, dstread.c, config/m68k/{apollo68b.mt,tm-apollo68b.h}: