- remove include of unistd.h so that it will compile in VC++. I fully

expect it to come back next time we change lexer.l, so this is only a
  temporary solution to the problem.
This commit is contained in:
Bryce Denney 2003-10-01 02:02:46 +00:00
parent 32a0e4ca6d
commit 4064403f3a

View File

@ -19,7 +19,7 @@
/* A lexical scanner generated by flex */
/* Scanner skeleton version:
* $Header: /home/volker/Archiv/bochs-cvs-rsync-20110222/bochs/debug/lexer.c,v 1.14 2003-08-04 16:03:09 akrisak Exp $
* $Header: /home/volker/Archiv/bochs-cvs-rsync-20110222/bochs/debug/lexer.c,v 1.15 2003-10-01 02:02:46 bdenney Exp $
*/
#define FLEX_SCANNER
@ -27,7 +27,6 @@
#define YY_FLEX_MINOR_VERSION 5
#include <stdio.h>
#include <unistd.h>
/* cfront 1.2 defines "c_plusplus" instead of "__cplusplus" */
@ -656,7 +655,7 @@ char *yytext;
#define INITIAL 0
#line 2 "lexer.l"
/////////////////////////////////////////////////////////////////////////
// $Id: lexer.c,v 1.14 2003-08-04 16:03:09 akrisak Exp $
// $Id: lexer.c,v 1.15 2003-10-01 02:02:46 bdenney Exp $
/////////////////////////////////////////////////////////////////////////
#include <stdlib.h>