From: Jim Wilson Date: Tue, 12 Jan 1993 22:55:32 +0000 (-0800) Subject: (stat.h): Don't depend upon specific formal parameter names when... X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=49ced9eab3ad02a4bcf8067b0603abcf6d4a139c;p=gcc.git (stat.h): Don't depend upon specific formal parameter names when... (stat.h): Don't depend upon specific formal parameter names when locating static functions to convert to prototype form. Also be more selective about what strings to prepend underbars to during renaming of formal parameters and local variables in static functions. From-SVN: r3206 --- diff --git a/gcc/fixinc.svr4 b/gcc/fixinc.svr4 index b2572cb94bd..c1970d4fde0 100755 --- a/gcc/fixinc.svr4 +++ b/gcc/fixinc.svr4 @@ -1098,37 +1098,38 @@ if [ \! -z "$file_to_fix" ]; then cp $file_to_fix /tmp/$base chmod +w /tmp/$base ex /tmp/$base <