]> granicus.if.org Git - flex/commitdiff
Delete prototypes for Unix system calls.
authorVern Paxson <vern@ee.lbl.gov>
Thu, 16 Sep 1993 20:38:58 +0000 (20:38 +0000)
committerVern Paxson <vern@ee.lbl.gov>
Thu, 16 Sep 1993 20:38:58 +0000 (20:38 +0000)
flexdef.h

index 17b742c315a6a92ac034cfc4bcbccc4752347107..b01b4a628a155fc5990676b0c66504551ffb78dc 100644 (file)
--- 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));