From: Vern Paxson Date: Thu, 16 Sep 1993 20:38:58 +0000 (+0000) Subject: Delete prototypes for Unix system calls. X-Git-Tag: flex-2-5-5b~407 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=56f154bc0d0ea593a84554bb6497495f15aea3e7;p=flex Delete prototypes for Unix system calls. --- diff --git a/flexdef.h b/flexdef.h index 17b742c..b01b4a6 100644 --- a/flexdef.h +++ b/flexdef.h @@ -883,10 +883,3 @@ extern void stack1 PROTO((int, int, int, int)); /* from file yylex.c */ extern int yylex PROTO((void)); - - -/* The Unix system calls used here. */ - -extern int read PROTO((int, char*, int)); -extern int unlink PROTO((char*)); -extern int write PROTO((int, char*, int));