diff options
author | Brendan Kehoe <brendan@gcc.gnu.org> | 1998-01-09 11:09:07 -0500 |
---|---|---|
committer | Brendan Kehoe <brendan@gcc.gnu.org> | 1998-01-09 11:09:07 -0500 |
commit | 9e28580c86a71602740377b38f4b48bea079817a (patch) | |
tree | a8b5ff0eeea0822a49ee708f6f7f77cf24f7826f /gcc | |
parent | 3b80f6ca69f78207e8fcf8e835a4a8aa2e4abfba (diff) | |
download | gcc-9e28580c86a71602740377b38f4b48bea079817a.zip gcc-9e28580c86a71602740377b38f4b48bea079817a.tar.gz gcc-9e28580c86a71602740377b38f4b48bea079817a.tar.bz2 |
fix comment at the top (just noticed)
From-SVN: r17313
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/cp/decl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/decl.c b/gcc/cp/decl.c index 2f9f988..101b5a3 100644 --- a/gcc/cp/decl.c +++ b/gcc/cp/decl.c @@ -1,4 +1,4 @@ -/* Process declarations and variables for C compiler. +/* Process declarations and variables for C++ compiler. Copyright (C) 1988, 92, 93, 94, 95, 96, 1997 Free Software Foundation, Inc. Hacked by Michael Tiemann (tiemann@cygnus.com) |