aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorJeff Law <law@gcc.gnu.org>1998-01-10 12:57:29 -0700
committerJeff Law <law@gcc.gnu.org>1998-01-10 12:57:29 -0700
commit9d1943807a48cb47240d612ca4302c1054c4b23a (patch)
tree3335a239b2798339af3c562e214e6dc4b2d3f808 /gcc
parent3f9e9508c3b4e72a3a0234d87d35421055db64ae (diff)
downloadgcc-9d1943807a48cb47240d612ca4302c1054c4b23a.zip
gcc-9d1943807a48cb47240d612ca4302c1054c4b23a.tar.gz
gcc-9d1943807a48cb47240d612ca4302c1054c4b23a.tar.bz2
Remove bogus CYGNUS LOCAL markers.
From-SVN: r17315
Diffstat (limited to 'gcc')
-rw-r--r--gcc/hash.c1
-rw-r--r--gcc/hash.h1
-rw-r--r--gcc/tlink.c1
3 files changed, 0 insertions, 3 deletions
diff --git a/gcc/hash.c b/gcc/hash.c
index 155ffbf..b954131 100644
--- a/gcc/hash.c
+++ b/gcc/hash.c
@@ -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>
diff --git a/gcc/hash.h b/gcc/hash.h
index 388532a..5a3838c 100644
--- a/gcc/hash.h
+++ b/gcc/hash.h
@@ -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.