Regenerate
authorBruce Korb <ddsinc09@ix.netcom.com>
Wed, 9 Jun 1999 07:02:39 +0000 (07:02 +0000)
committerBruce Korb <korbb@gcc.gnu.org>
Wed, 9 Jun 1999 07:02:39 +0000 (07:02 +0000)
From-SVN: r27448

gcc/ChangeLog
gcc/fixinc/fixincl.x
gcc/fixinc/inclhack.sh

index db9124308a374484a4d9d379e44bbd51cfdb5d1c..515aef56b0f0a68a9f92a2c12da6dadfe7062525 100644 (file)
@@ -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>
 
index 3cc60141a566ae9353c5570ca88b1aa2d72997e0..6c65a7c654a9ba7efa11bc2ed043d196024c0cc4 100644 (file)
@@ -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
index 66db082506c7a54ce2537d02ec23a955e8042d14..b4ba924f2853b73ffb257d2670d276b11e34a5d6 100755 (executable)
@@ -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"