File tree 2 files changed +1
-7
lines changed
2 files changed +1
-7
lines changed Original file line number Diff line number Diff line change 2
2
#include <arpa/nameser.h> /* for BYTE_ORDER */
3
3
#include <process.h> /* for execv */
4
4
#include <ioctl.h> /* for unix.h */
5
- #include <termios.h> /* for unix.h */
6
5
#include <unix.h>
7
6
#include <sys/select.h> /* for select */
8
7
#if !defined(__GNUC__ )
Original file line number Diff line number Diff line change 12
12
*
13
13
*
14
14
* IDENTIFICATION
15
- * $Header: /cvsroot/pgsql/src/interfaces/ecpg/preproc/pgc.l,v 1.74 2001/02/02 18:21:59 momjian Exp $
15
+ * $Header: /cvsroot/pgsql/src/interfaces/ecpg/preproc/pgc.l,v 1.75 2001/02/09 15:13:49 momjian Exp $
16
16
*
17
17
*-------------------------------------------------------------------------
18
18
*/
35
35
#undef yywrap
36
36
#endif /* yywrap */
37
37
38
- #ifdef __QNX__
39
- /* For some reason, QNX needs this, bjm 2001-02-02 */
40
- #define ECHO (void ) fwrite( yytext, yyleng, 1 , yyout )
41
- #endif
42
-
43
38
#define YY_NO_UNPUT
44
39
45
40
extern YYSTYPE yylval;
You can’t perform that action at this time.
0 commit comments