]> pd.if.org Git - pdclib/blobdiff - internals/_PDCLIB_int.h
Reworking internal file handling.
[pdclib] / internals / _PDCLIB_int.h
index c6283b9aee74acba2d350d749495e7ed58075d3c..9c67f277ee4fec47ba1abc2e46e4329fd55f4a8c 100644 (file)
@@ -258,11 +258,12 @@ typedef unsigned _PDCLIB_intmax _PDCLIB_uintmax_t;
 #define _PDCLIB_FBIN    128u
 
 /* Internal flags, made to fit the same status field as the flags above. */
-#define _PDCLIB_LIBBUFFER    512u
+#define _PDCLIB_FREEBUFFER   512u
 #define _PDCLIB_ERRORFLAG   1024u
 #define _PDCLIB_EOFFLAG     2048u
 #define _PDCLIB_WIDESTREAM  4096u
 #define _PDCLIB_BYTESTREAM  8192u
+#define _PDCLIB_DELONCLOSE 16384u
 
 /* Position / status structure for getpos() / fsetpos(). */
 struct _PDCLIB_fpos_t