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

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


Revision: 21158
Author:   kirben
Date:     2006-03-09 01:36:09 -0800 (Thu, 09 Mar 2006)
ViewCVS:  http://svn.sourceforge.net/scummvm/?rev=21158&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 05:18:00 UTC (rev 21157)
+++ scummvm/trunk/common/scummsys.h	2006-03-09 09:36:09 UTC (rev 21158)
@@ -371,7 +371,7 @@
 	#define NORETURN __attribute__((__noreturn__)) 
 	#define GCC_PRINTF(x,y) __attribute__((format(printf, x, y)))
 #else
-	#define GCC_PRINTF(x,y)
+	#define GCC_PACK(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