CVS: msp430-libc/include isr_compat.h,1.1,1.2

Steve Underwood <[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-serv25947/msp430-libc/include

Modified Files:
	isr_compat.h 
Log Message:
Fixed incorrectly named define for detecting CCE


Index: isr_compat.h
===================================================================
RCS file: /cvsroot/mspgcc/msp430-libc/include/isr_compat.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -w -d -r1.1 -r1.2
--- isr_compat.h	19 Oct 2005 12:40:16 -0000	1.1
+++ isr_compat.h	2 Nov 2005 01:12:36 -0000	1.2
@@ -70,7 +70,7 @@
 #elif defined(__CROSSWORKS_MSP430)
     /* This is the Rowley Crossworks compiler */
 #define ISR(a,b) void b __interrupt[a ## _VECTOR](void)
-#elif defined(__TI_COMPILER_VERSION)
+#elif defined(__TI_COMPILER_VERSION__)
     /* This is the Code Composer Essentials compiler. */
 #define ISR(a,b) __interrupt void b(void); \
 a ## _ISR(b) \



-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
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.