diff options
author | Jeff Law <law@gcc.gnu.org> | 1998-01-10 12:57:29 -0700 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1998-01-10 12:57:29 -0700 |
commit | 9d1943807a48cb47240d612ca4302c1054c4b23a (patch) | |
tree | 3335a239b2798339af3c562e214e6dc4b2d3f808 | |
parent | 3f9e9508c3b4e72a3a0234d87d35421055db64ae (diff) | |
download | gcc-9d1943807a48cb47240d612ca4302c1054c4b23a.zip gcc-9d1943807a48cb47240d612ca4302c1054c4b23a.tar.gz gcc-9d1943807a48cb47240d612ca4302c1054c4b23a.tar.bz2 |
Remove bogus CYGNUS LOCAL markers.
From-SVN: r17315
-rw-r--r-- | gcc/hash.c | 1 | ||||
-rw-r--r-- | gcc/hash.h | 1 | ||||
-rw-r--r-- | gcc/tlink.c | 1 |
3 files changed, 0 insertions, 3 deletions
@@ -1,4 +1,3 @@ -/* CYGNUS LOCAL: whole file jason */ /* hash.c -- hash table routines Copyright (C) 1993, 94 Free Software Foundation, Inc. Written by Steve Chamberlain <sac@cygnus.com> @@ -1,4 +1,3 @@ -/* CYGNUS LOCAL: whole file jason */ /* Header file for generic hash table support. Copyright (C) 1993, 94 Free Software Foundation, Inc. Written by Steve Chamberlain <sac@cygnus.com> diff --git a/gcc/tlink.c b/gcc/tlink.c index 9f673b9..017ac42 100644 --- a/gcc/tlink.c +++ b/gcc/tlink.c @@ -1,4 +1,3 @@ -/* CYGNUS LOCAL: whole file jason */ /* Scan linker error messages for missing template instantiations and provide them. |