diff options
author | vern <vern> | 1993-09-16 20:38:58 +0000 |
---|---|---|
committer | vern <vern> | 1993-09-16 20:38:58 +0000 |
commit | 1b797e0edd2fa8f13518b4e2b4e39fd585f706bc (patch) | |
tree | 9cf9a6a2ed8aa8fae7c2c11790b7514a5419509f /flexdef.h | |
parent | eb4f35641908abc3b9084e33747313d80d48199c (diff) | |
download | flex-1b797e0edd2fa8f13518b4e2b4e39fd585f706bc.tar.gz |
Delete prototypes for Unix system calls.
Diffstat (limited to 'flexdef.h')
-rw-r--r-- | flexdef.h | 9 |
1 files changed, 1 insertions, 8 deletions
@@ -26,7 +26,7 @@ * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. */ -/* @(#) $Header: /cvsroot/flex/flex/flexdef.h,v 2.16 1993/08/25 17:11:42 vern Exp $ (LBL) */ +/* @(#) $Header: /cvsroot/flex/flex/flexdef.h,v 2.17 1993/09/16 20:38:58 vern Exp $ (LBL) */ #ifndef FILE #include <stdio.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)); |