diff options
author | obrien <obrien@FreeBSD.org> | 2002-03-22 19:45:43 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2002-03-22 19:45:43 +0000 |
commit | 4b7da0acb5bfe30ff7b7cbe089afd2ad4af2ea7a (patch) | |
tree | 25fdc0b6ddbf73b770c2b41446153147e4c95e7f /lib/libc | |
parent | a36618aaa6b23db1e9e6102931f235c5f273a75f (diff) | |
download | FreeBSD-src-4b7da0acb5bfe30ff7b7cbe089afd2ad4af2ea7a.zip FreeBSD-src-4b7da0acb5bfe30ff7b7cbe089afd2ad4af2ea7a.tar.gz |
Back out last commit (rev 1.2). I thought I caught this file in time
when deP'ing. But I guess not.
Diffstat (limited to 'lib/libc')
-rwxr-xr-x | lib/libc/regex/grot/mkh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/regex/grot/mkh b/lib/libc/regex/grot/mkh index ffa852d..1deba79 100755 --- a/lib/libc/regex/grot/mkh +++ b/lib/libc/regex/grot/mkh @@ -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();' |