Commit 331fff42 by Dave Brolley Committed by Dave Brolley

cppfiles.c (PIPE_BUF): #define PIPE_BUF if not defined already.

Wed Mar 17 11:20:29 1999  Dave Brolley  <brolley@cygnus.com>
	* cppfiles.c (PIPE_BUF): #define PIPE_BUF if not defined already.

From-SVN: r25817
parent ed513abf
Wed Mar 17 11:20:29 1999 Dave Brolley <brolley@cygnus.com>
* cppfiles.c (PIPE_BUF): #define PIPE_BUF if not defined already.
Wed Mar 17 09:25:06 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* c-lex.c: Don't include setjmp.h.
......
......@@ -803,6 +803,10 @@ find_position (start, limit, linep, colp)
If your file has more than one kind of end-of-line marker, you
will get messed-up line numbering. */
#ifndef PIPE_BUF
#define PIPE_BUF 4096
#endif
static long
read_and_prescan (pfile, fp, desc, len)
cpp_reader *pfile;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment