X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=platform%2Fexample%2Finternals%2F_PDCLIB_config.h;h=c807a1bc0fdd41fcee5c7ffc5a25e2da3b0e87cf;hb=f2a617905a769178f35c9ea1abdd080023279e4e;hp=5c7210ad763c693b47cb0d8d693f2cf370eadb0c;hpb=b42a534f135f12fe47a6bc343bb6cc2c0e973198;p=pdclib.old diff --git a/platform/example/internals/_PDCLIB_config.h b/platform/example/internals/_PDCLIB_config.h index 5c7210a..c807a1b 100644 --- a/platform/example/internals/_PDCLIB_config.h +++ b/platform/example/internals/_PDCLIB_config.h @@ -235,10 +235,12 @@ typedef int _PDCLIB_fd_t; #define _PDCLIB_NOHANDLE -1 /* A type in which to store file offsets. See fgetpos() / fsetpos(). */ +/* FIXME: The 'int' types here are placeholders. When changed, check out + stdinit.c, too. */ typedef struct { int position; - int parse_state; + int mbstate; } _PDCLIB_fpos_t; /* The default size for file buffers. Must be at least 256. */