BSD 4_4 release
[unix-history] / usr / src / usr.bin / ld / cplus-dem.c
index b8b55de..b2e3050 100644 (file)
@@ -1,12 +1,10 @@
 /*-
  * This code is derived from software copyrighted by the Free Software
  * Foundation.
 /*-
  * This code is derived from software copyrighted by the Free Software
  * Foundation.
- *
- * Modified 1991 by Donn Seeley at UUNET Technologies, Inc.
  */
 
 #ifndef lint
  */
 
 #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++ 
 #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
 
 #define strrchr rindex
 #endif
 
-#ifndef __STDC__
-#define const
-#endif
-
 #ifdef __STDC__
 extern char *cplus_demangle (const char *type);
 #else
 #ifdef __STDC__
 extern char *cplus_demangle (const char *type);
 #else