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:
obrien 2002-03-22 19:45:43 +00:00
parent a36618aaa6
commit 4b7da0acb5

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();'