CVS: msp430-libc/include stdint.h,1.2,1.3
Chris Liechti <[email protected]>
| Newsgroups | gmane.comp.hardware.texas-instruments.msp430.gcc.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/mspgcc/msp430-libc/include In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17239/msp430-libc/include Modified Files: stdint.h Log Message: - [Bug 1104618] - fix indentation (tabs) Index: stdint.h =================================================================== RCS file: /cvsroot/mspgcc/msp430-libc/include/stdint.h,v retrieving revision 1.2 retrieving revision 1.3 diff -u -w -d -r1.2 -r1.3 --- stdint.h 15 Dec 2003 15:34:09 -0000 1.2 +++ stdint.h 27 Jan 2005 01:32:23 -0000 1.3 @@ -35,7 +35,7 @@ #ifndef __int8_t_defined #define __int8_t_defined -typedef char int8_t; +typedef signed char int8_t; typedef int int16_t; typedef long int int32_t; __extension__ typedef long long int int64_t; @@ -153,8 +153,8 @@ /* Values to test for integral types holding `void *' pointer. */ -#define INTPTR_MIN (-32768) -#define INTPTR_MAX (32767) +#define INTPTR_MIN -32768) +#define INTPTR_MAX 32767) #define UINTPTR_MAX (65535U) ------------------------------------------------------- This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting Tool for open source databases. Create drag-&-drop reports. Save time by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc. Download a FREE copy at http://www.intelliview.com/go/osdn_nl