Removed duplicate and inconsistent function declarations.
authordtrg <none@none>
Sat, 25 Jun 2005 15:52:19 +0000 (15:52 +0000)
committerdtrg <none@none>
Sat, 25 Jun 2005 15:52:19 +0000 (15:52 +0000)
lang/basic/src/bem.h

index 9b93650..05b3491 100644 (file)
@@ -73,7 +73,6 @@ extern Linerecord *currline;
 extern char *itoa();
 extern char *salloc();
 
-extern char *sprint();
 extern char *strcpy();
 extern char *strcat();
 #if __STDC__