X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=platform%2Fexample%2Finternals%2F_PDCLIB_config.h;h=c807a1bc0fdd41fcee5c7ffc5a25e2da3b0e87cf;hp=5c7210ad763c693b47cb0d8d693f2cf370eadb0c;hb=66c9a724d570ec507c640f6708fe48c4b8ca8b80;hpb=f8dfae46eb161173a4460a98075669e810c8bb7b 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. */