From 49ced9eab3ad02a4bcf8067b0603abcf6d4a139c Mon Sep 17 00:00:00 2001 From: Jim Wilson Date: Tue, 12 Jan 1993 14:55:32 -0800 Subject: [PATCH] (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 --- gcc/fixinc.svr4 | 53 +++++++++++++++++++++++++------------------------ 1 file changed, 27 insertions(+), 26 deletions(-) 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 <