diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1995-01-25 14:40:53 -0500 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1995-01-25 14:40:53 -0500 |
commit | 3826a3da7f2008ec9e0c269bc43f43f09890fab0 (patch) | |
tree | 19bb862296df17f64d83291dca5b3c45e5bdcda3 /gcc/c-aux-info.c | |
parent | e7f6e33b0fdcfda5a33c6408c3e490231e446ecd (diff) | |
download | gcc-3826a3da7f2008ec9e0c269bc43f43f09890fab0.tar.gz |
Update comments.
From-SVN: r8811
Diffstat (limited to 'gcc/c-aux-info.c')
-rw-r--r-- | gcc/c-aux-info.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/c-aux-info.c b/gcc/c-aux-info.c index 0e7df9b0fa6..6d126def857 100644 --- a/gcc/c-aux-info.c +++ b/gcc/c-aux-info.c @@ -1,8 +1,8 @@ /* Generate information regarding function declarations and definitions based on information stored in GCC's tree structure. This code implements the -aux-info option. - Copyright (C) 1989, 1991, 1994 Free Software Foundation, Inc. - Contributed by Ron Guilmette (rfg@netcom.com). + Copyright (C) 1989, 1991, 1994, 1995 Free Software Foundation, Inc. + Contributed by Ron Guilmette (rfg@segfault.us.com). This file is part of GNU CC. @@ -208,7 +208,7 @@ gen_formal_list_for_type (fntype, style) to output the "void" verbatim, and that what we do. In the former case, we do our best to give protoize something nice to insert. - This "something nice" should be something that is still legal (when + This "something nice" should be something that is still valid (when re-compiled) but something that can clearly indicate to the user that more typing information (for the parameter list) should be added (by hand) at some convenient moment. |