X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=internals%2F_PDCLIB_int.h;h=9c67f277ee4fec47ba1abc2e46e4329fd55f4a8c;hb=11b081417bc53095a3ae58ae0265cc09ad982947;hp=20a1682303f0b8424be974f41a532af31743ddd7;hpb=251788c85afb1a268ba4248fea1909e8afc46a45;p=pdclib.old diff --git a/internals/_PDCLIB_int.h b/internals/_PDCLIB_int.h index 20a1682..9c67f27 100644 --- a/internals/_PDCLIB_int.h +++ b/internals/_PDCLIB_int.h @@ -258,7 +258,7 @@ 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