X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/blobdiff_plain/2a8bffe059b7896526faa2a60a64e33168374354..ad7871609881e73855d0b04da49b486cd93efca7:/usr/src/usr.bin/ld/cplus-dem.c diff --git a/usr/src/usr.bin/ld/cplus-dem.c b/usr/src/usr.bin/ld/cplus-dem.c index b8b55de5b3..b2e3050963 100644 --- a/usr/src/usr.bin/ld/cplus-dem.c +++ b/usr/src/usr.bin/ld/cplus-dem.c @@ -1,12 +1,10 @@ /*- * This code is derived from software copyrighted by the Free Software * Foundation. - * - * Modified 1991 by Donn Seeley at UUNET Technologies, Inc. */ #ifndef lint -static char sccsid[] = "@(#)cplus-dem.c 5.3 (Berkeley) %G%"; +static char sccsid[] = "@(#)cplus-dem.c 8.1 (Berkeley) 6/6/93"; #endif /* not lint */ /* Demangler for GNU C++ @@ -70,10 +68,6 @@ static char sccsid[] = "@(#)cplus-dem.c 5.3 (Berkeley) %G%"; #define strrchr rindex #endif -#ifndef __STDC__ -#define const -#endif - #ifdef __STDC__ extern char *cplus_demangle (const char *type); #else