X-Git-Url: https://pd.if.org/git/?p=pdclib.old;a=blobdiff_plain;f=internals%2F_PDCLIB_io.h;h=3561b211dcb16d87279ad5c2b6921836f3f4b867;hp=2df3ff5ca6dd1b31927a32abd8097938acef24d6;hb=d1954049a406af2992113a783539aa5d86cfdfa8;hpb=0082c47404ecdeb00e08e1aedbea0f8402cfc906 diff --git a/internals/_PDCLIB_io.h b/internals/_PDCLIB_io.h index 2df3ff5..3561b21 100644 --- a/internals/_PDCLIB_io.h +++ b/internals/_PDCLIB_io.h @@ -179,6 +179,9 @@ struct _PDCLIB_file _PDCLIB_size_t bufsize; /* Size of buffer */ _PDCLIB_size_t bufidx; /* Index of current position in buffer */ _PDCLIB_size_t bufend; /* Index of last pre-read character in buffer */ +#ifdef _PDCLIB_NEED_EOL_TRANSLATION + _PDCLIB_size_t bufnlexp; /* Current position of buffer newline expansion */ +#endif _PDCLIB_size_t ungetidx; /* Number of ungetc()'ed characters */ unsigned char * ungetbuf; /* ungetc() buffer */ unsigned int status; /* Status flags; see above */