diff options
author | Mike Stump <mrs@gcc.gnu.org> | 1994-03-23 23:33:53 +0000 |
---|---|---|
committer | Mike Stump <mrs@gcc.gnu.org> | 1994-03-23 23:33:53 +0000 |
commit | 51c184be092792a7df35662dee52448c7b17fcb3 (patch) | |
tree | 50fb55018ee5664cebe5d87e245abecdf1af7630 /gcc/cp/errfn.c | |
parent | d7a58f30d1ba7672aeee5a6c68c8dd56690601e7 (diff) | |
download | gcc-51c184be092792a7df35662dee52448c7b17fcb3.zip gcc-51c184be092792a7df35662dee52448c7b17fcb3.tar.gz gcc-51c184be092792a7df35662dee52448c7b17fcb3.tar.bz2 |
30th Cygnus<->FSF merge.
From-SVN: r6859
Diffstat (limited to 'gcc/cp/errfn.c')
-rw-r--r-- | gcc/cp/errfn.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/errfn.c b/gcc/cp/errfn.c index 21feb77..335a304 100644 --- a/gcc/cp/errfn.c +++ b/gcc/cp/errfn.c @@ -25,7 +25,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ /* cp_printer is the type of a function which converts an argument into a string for digestion by printf. The cp_printer function should deal with all memory management; the functions in this file will not free - the char*s returned. See cp-error.c for an example use of this code. */ + the char*s returned. See error.c for an example use of this code. */ typedef char* cp_printer PROTO((HOST_WIDE_INT, int)); extern cp_printer * cp_printers[256]; |