Back out last commit (rev 1.2). I thought I caught this file in time

when deP'ing.  But I guess not.
This commit is contained in:
David E. O'Brien 2002-03-22 19:45:43 +00:00
parent bc0381304d
commit 4b74b09895

View File

@ -28,7 +28,7 @@ do
;;
-b) # funny Berkeley __P macro
peel="$peel
"'/^\([^#\/][^\/]*[a-zA-Z0-9_)]\)(\(.*\))/s;;\1(\2);'
"'/^\([^#\/][^\/]*[a-zA-Z0-9_)]\)(\(.*\))/s;;\1 __P((\2));'
shift
;;
-s) # compiler doesn't like `static foo();'