X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=platform%2Fexample%2Finternals%2F_PDCLIB_config.h;h=1e34cc024527c5200dab8bb92e0dbe0df406273e;hb=41deaf7c54dafcea0c9afbfad7d7ab948504ca1e;hp=41fe9e0a394bcb757004000824fb636acd0ffaf1;hpb=b0ae5d16c993045fd9ec5e7866962164bf9934fd;p=pdclib diff --git a/platform/example/internals/_PDCLIB_config.h b/platform/example/internals/_PDCLIB_config.h index 41fe9e0..1e34cc0 100755 --- a/platform/example/internals/_PDCLIB_config.h +++ b/platform/example/internals/_PDCLIB_config.h @@ -45,7 +45,7 @@ /* first, before going to lengths about it. */ /* -------------------------------------------------------------------------- */ -/* Comment out (or delete) the line below if your 'char' type is unsigned. */ +/* Set to 0 if your 'char' type is unsigned. */ #define _PDCLIB_CHAR_SIGNED 1 /* Width of the integer types short, int, long, and long long, in bytes. */ @@ -176,7 +176,6 @@ struct _PDCLIB_imaxdiv_t /* See for a couple of comments on these types and their semantics. */ -/* If you change this type to something exotic, check time/difftime.c */ #define _PDCLIB_time long #define _PDCLIB_clock long