summaryrefslogtreecommitdiff
path: root/flexdef.h
diff options
context:
space:
mode:
authorvern <vern>1993-09-16 20:38:58 +0000
committervern <vern>1993-09-16 20:38:58 +0000
commit1b797e0edd2fa8f13518b4e2b4e39fd585f706bc (patch)
tree9cf9a6a2ed8aa8fae7c2c11790b7514a5419509f /flexdef.h
parenteb4f35641908abc3b9084e33747313d80d48199c (diff)
downloadflex-1b797e0edd2fa8f13518b4e2b4e39fd585f706bc.tar.gz
Delete prototypes for Unix system calls.
Diffstat (limited to 'flexdef.h')
-rw-r--r--flexdef.h9
1 files changed, 1 insertions, 8 deletions
diff --git a/flexdef.h b/flexdef.h
index f204fb5..db6ecdc 100644
--- a/flexdef.h
+++ b/flexdef.h
@@ -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));