diff options
author | brendan <brendan@138bc75d-0d04-0410-961f-82ee72b054a4> | 1994-05-18 18:05:32 +0000 |
---|---|---|
committer | brendan <brendan@138bc75d-0d04-0410-961f-82ee72b054a4> | 1994-05-18 18:05:32 +0000 |
commit | 5f8962fd870bbc816b94d9b01aa92979766c7ac2 (patch) | |
tree | 0019b6b875c8244bf77cf8855bfd8fdaec3b67e6 /gcc/fixinc.svr4 | |
parent | 227e62b633b3183103e419b03889054eaac7adda (diff) | |
download | gcc-5f8962fd870bbc816b94d9b01aa92979766c7ac2.tar.gz |
get rid of CYGNUS LOCAL comment
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7328 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/fixinc.svr4')
-rwxr-xr-x | gcc/fixinc.svr4 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/fixinc.svr4 b/gcc/fixinc.svr4 index 93adb9feb27..35a579c049c 100755 --- a/gcc/fixinc.svr4 +++ b/gcc/fixinc.svr4 @@ -471,7 +471,6 @@ fi # Avoid the definition of the bool type in the Solaris 2.x curses.h when using # g++, since it's now an official type in the C++ language. -# CYGNUS LOCAL file=curses.h base=`basename $file` if [ -r ${LIB}/$file ]; then |