[Scummvm-cvs-logs] SF.net SVN: scummvm: [21160] scummvm/trunk/common/scummsys.h

kirben at users.sourceforge.net kirben at users.sourceforge.net
Thu Mar 9 01:52:07 CET 2006


Revision: 21160
Author:   kirben
Date:     2006-03-09 01:51:42 -0800 (Thu, 09 Mar 2006)
ViewCVS:  http://svn.sourceforge.net/scummvm/?rev=21160&view=rev

Log Message:
-----------
Correct GCC_PACK define for non-GCC

Modified Paths:
--------------
    scummvm/trunk/common/scummsys.h
Modified: scummvm/trunk/common/scummsys.h
===================================================================
--- scummvm/trunk/common/scummsys.h	2006-03-09 09:40:07 UTC (rev 21159)
+++ scummvm/trunk/common/scummsys.h	2006-03-09 09:51:42 UTC (rev 21160)
@@ -371,7 +371,7 @@
 	#define NORETURN __attribute__((__noreturn__)) 
 	#define GCC_PRINTF(x,y) __attribute__((format(printf, x, y)))
 #else
-	#define GCC_PACK(x,y)
+	#define GCC_PACK
 	#define GCC_PRINTF(x,y)
 #endif
 


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.





More information about the Scummvm-git-logs mailing list