]> pd.if.org Git - pdclib/commitdiff
Corrected _PDCLIB_CHAR_SIGNED comment.
authorMartin Baute <solar@rootdirectory.de>
Mon, 12 Dec 2016 07:47:43 +0000 (08:47 +0100)
committerMartin Baute <solar@rootdirectory.de>
Mon, 12 Dec 2016 07:47:43 +0000 (08:47 +0100)
platform/example/internals/_PDCLIB_config.h
platform/posix/internals/_PDCLIB_config.h
platform/win32/internals/_PDCLIB_config.h

index 3dc9a8895a4ca4f3d3080ccf34d871c09061d9a5..c717286a97f714137d171eb952c38766fedbc55d 100644 (file)
@@ -39,7 +39,7 @@
 /* first, before going to lengths about it.                                   */
 /* -------------------------------------------------------------------------- */
 
 /* 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.      */
 #define _PDCLIB_CHAR_SIGNED 1
 
 /* Width of the integer types short, int, long, and long long, in bytes.      */
index a9dc26f5036f91387fc3805e1d2614977ddf7531..3744a59b4decbd61144c822c366e5f8a4cba9cfe 100644 (file)
@@ -39,7 +39,7 @@
 /* first, before going to lengths about it.                                   */
 /* -------------------------------------------------------------------------- */
 
 /* 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.      */
 #define _PDCLIB_CHAR_SIGNED 1
 
 /* Width of the integer types short, int, long, and long long, in bytes.      */
index 1c4a3634c7b138e1435b654de15afe555c350734..63cbdf9d86652bad0e67b22048a9dd3eb18163b6 100644 (file)
@@ -39,7 +39,7 @@
 /* first, before going to lengths about it.                                   */
 /* -------------------------------------------------------------------------- */
 
 /* 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.      */
 #define _PDCLIB_CHAR_SIGNED 1
 
 /* Width of the integer types short, int, long, and long long, in bytes.      */