]> pd.if.org Git - pdclib/blobdiff - platform/example/internals/_PDCLIB_config.h
Corrected _PDCLIB_CHAR_SIGNED comment.
[pdclib] / platform / example / internals / _PDCLIB_config.h
index 3dc9a8895a4ca4f3d3080ccf34d871c09061d9a5..c717286a97f714137d171eb952c38766fedbc55d 100644 (file)
@@ -39,7 +39,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.      */