From cf516c3bb11046628c30ff938990f1887408ea31 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Fri, 9 Feb 2001 15:13:49 +0000 Subject: [PATCH] I have deleted the include of termios.h in include/port/qnx4.h. Then I recompiled pgsql and I have compiled a program with ecpg. I have removed the termios.h, and the ECHO hack. Thanks Maurizio --- src/include/port/qnx4.h | 1 - src/interfaces/ecpg/preproc/pgc.l | 7 +------ 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/src/include/port/qnx4.h b/src/include/port/qnx4.h index 54cbbb6fb3..b1069932b7 100644 --- a/src/include/port/qnx4.h +++ b/src/include/port/qnx4.h @@ -2,7 +2,6 @@ #include /* for BYTE_ORDER */ #include /* for execv */ #include /* for unix.h */ -#include /* for unix.h */ #include #include /* for select */ #if !defined(__GNUC__) diff --git a/src/interfaces/ecpg/preproc/pgc.l b/src/interfaces/ecpg/preproc/pgc.l index 1467f67b9d..091c60b96e 100644 --- a/src/interfaces/ecpg/preproc/pgc.l +++ b/src/interfaces/ecpg/preproc/pgc.l @@ -12,7 +12,7 @@ * * * IDENTIFICATION - * $Header: /cvsroot/pgsql/src/interfaces/ecpg/preproc/pgc.l,v 1.74 2001/02/02 18:21:59 momjian Exp $ + * $Header: /cvsroot/pgsql/src/interfaces/ecpg/preproc/pgc.l,v 1.75 2001/02/09 15:13:49 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -35,11 +35,6 @@ #undef yywrap #endif /* yywrap */ -#ifdef __QNX__ -/* For some reason, QNX needs this, bjm 2001-02-02 */ -#define ECHO (void) fwrite( yytext, yyleng, 1, yyout ) -#endif - #define YY_NO_UNPUT extern YYSTYPE yylval;