CVS: msp430-libc4/include iomacros.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-libc4/include
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10663/msp430-libc4/include

Modified Files:
	iomacros.h 
Log Message:
remove extra semicolons from macros

Index: iomacros.h
===================================================================
RCS file: /cvsroot/mspgcc/msp430-libc4/include/iomacros.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -w -d -r1.2 -r1.3
--- iomacros.h	29 Aug 2005 18:32:24 -0000	1.2
+++ iomacros.h	22 Mar 2006 19:53:18 -0000	1.3
@@ -72,7 +72,7 @@
 
 
 #define WRITE_SP(x) \
-__asm__ __volatile__( "mov	%0, r1" : : "r" ((uint16_t)x) );
+__asm__ __volatile__( "mov	%0, r1" : : "r" ((uint16_t)x) )
 
 #define READ_SP \
 ({				\



-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
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.