Explorar el Código

Removed duplicate and inconsistent function declarations.

dtrg hace 19 años
padre
commit
9c81d2fe39
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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__