Browse Source

Removed duplicate and inconsistent function declarations.

dtrg 19 years ago
parent
commit
9c81d2fe39
1 changed files with 0 additions and 1 deletions
  1. 0 1
      lang/basic/src/bem.h

+ 0 - 1
lang/basic/src/bem.h

@@ -73,7 +73,6 @@ extern Linerecord *currline;
 extern char *itoa();
 extern char *salloc();
 
-extern char *sprint();
 extern char *strcpy();
 extern char *strcat();
 #if __STDC__