From: dtrg Date: Sat, 25 Jun 2005 15:52:19 +0000 (+0000) Subject: Removed duplicate and inconsistent function declarations. X-Git-Tag: release-6-0-pre-1~154 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=e0846f63bec448073cd4bc99a2daf293f6b7337a;p=ack.git Removed duplicate and inconsistent function declarations. --- diff --git a/lang/basic/src/bem.h b/lang/basic/src/bem.h index 9b9365062..05b349124 100644 --- a/lang/basic/src/bem.h +++ b/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__