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

kirben at users.sourceforge.net kirben at users.sourceforge.net
Thu Mar 9 01:41:00 CET 2006


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

Log Message:
-----------
Revert GCC_PACK removal, which broke compile

Modified Paths:
--------------
    scummvm/trunk/common/scummsys.h
Modified: scummvm/trunk/common/scummsys.h
===================================================================
--- scummvm/trunk/common/scummsys.h	2006-03-09 09:36:09 UTC (rev 21158)
+++ scummvm/trunk/common/scummsys.h	2006-03-09 09:40:07 UTC (rev 21159)
@@ -372,6 +372,7 @@
 	#define GCC_PRINTF(x,y) __attribute__((format(printf, x, y)))
 #else
 	#define GCC_PACK(x,y)
+	#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