]> granicus.if.org Git - flex/commitdiff
Removed #ifndef FILE protection from include of stdio
authorVern Paxson <vern@ee.lbl.gov>
Fri, 26 Nov 1993 16:59:58 +0000 (16:59 +0000)
committerVern Paxson <vern@ee.lbl.gov>
Fri, 26 Nov 1993 16:59:58 +0000 (16:59 +0000)
flexdef.h

index 149f6e77d748bd5fc4167be05beed4cd42a62045..c4b98c56c67c409311e1c8cd966aaf7594308ac4 100644 (file)
--- a/flexdef.h
+++ b/flexdef.h
 
 /* @(#) $Header$ (LBL) */
 
-#ifndef FILE
 #include <stdio.h>
-#endif
-
 #include <string.h>
 #include <ctype.h>