diff options
| author | korbb <korbb@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-06-09 07:02:39 +0000 |
|---|---|---|
| committer | korbb <korbb@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-06-09 07:02:39 +0000 |
| commit | bb944b9a1005f593e916448d6df8cb9b6af4ac68 (patch) | |
| tree | 47d115a8cb588084da3317b8d8a1e46303476b80 | |
| parent | ff2a03d11b35e2960ed8a7bc6a3f8a10a9c140e0 (diff) | |
| download | ppe42-gcc-bb944b9a1005f593e916448d6df8cb9b6af4ac68.tar.gz ppe42-gcc-bb944b9a1005f593e916448d6df8cb9b6af4ac68.zip | |
Regenerate
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27448 138bc75d-0d04-0410-961f-82ee72b054a4
| -rw-r--r-- | gcc/ChangeLog | 2 | ||||
| -rw-r--r-- | gcc/fixinc/fixincl.x | 2 | ||||
| -rwxr-xr-x | gcc/fixinc/inclhack.sh | 2 |
3 files changed, 4 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index db9124308a3..515aef56b0f 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -2,6 +2,8 @@ Wed Jun 9 06:50 1999 Bruce Korb <ddsinc09@ix.netcom.com> *fixinc/inclhack.def(sun_auth_proto): bypass the patch if the typed arguments are not part of a comment + *fixinc/fixincl.x: regenerate + *fixinc/inclhack.sh: regenerate Wed Jun 9 22:57:02 1999 Michael Hayes <m.hayes@elec.canterbury.ac.nz> diff --git a/gcc/fixinc/fixincl.x b/gcc/fixinc/fixincl.x index 3cc60141a56..6c65a7c654a 100644 --- a/gcc/fixinc/fixincl.x +++ b/gcc/fixinc/fixincl.x @@ -2623,7 +2623,7 @@ tSCC zSun_Auth_ProtoSelect0[] = * content bypass pattern - skip fix if pattern found */ tSCC zSun_Auth_ProtoBypass0[] = - "\\(\\*[a-z][a-z_]*\\)\\([ \t]*[a-zA-Z.].*\\)"; + "^[a-zA-Z0-9_ \t]*\\(\\*[a-z][a-z_]*\\)\\([ \t]*[a-zA-Z.].*\\)"; #define SUN_AUTH_PROTO_TEST_CT 2 #define SUN_AUTH_PROTO_RE_CT 2 diff --git a/gcc/fixinc/inclhack.sh b/gcc/fixinc/inclhack.sh index 66db082506c..b4ba924f285 100755 --- a/gcc/fixinc/inclhack.sh +++ b/gcc/fixinc/inclhack.sh @@ -2167,7 +2167,7 @@ void (*signal(...))(...);\ ./rpc/svc.h | \ ./rpc/xdr.h ) if ( test -n "`egrep '\\(\\*[a-z][a-z_]*\\)\\(\\)' ${file}`" -a \ - -z "`egrep '\\(\\*[a-z][a-z_]*\\)\\([ ]*[a-zA-Z.].*\\)' ${file}`" + -z "`egrep '^[a-zA-Z0-9_ ]*\\(\\*[a-z][a-z_]*\\)\\([ ]*[a-zA-Z.].*\\)' ${file}`" ) > /dev/null 2>&1 ; then fixlist="${fixlist} sun_auth_proto" |

