CVS: msp430-libc/include stdint.h,1.3,1.4

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-serv16685/msp430-libc/include

Modified Files:
	stdint.h 
Log Message:
fix bug, intoduced with last editing

Index: stdint.h
===================================================================
RCS file: /cvsroot/mspgcc/msp430-libc/include/stdint.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -w -d -r1.3 -r1.4
--- stdint.h	27 Jan 2005 01:32:23 -0000	1.3
+++ stdint.h	28 Jan 2005 01:03:32 -0000	1.4
@@ -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
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.