[Scummvm-cvs-logs] SF.net SVN: scummvm: [23139] tools/trunk/util.h

eriktorbjorn at users.sourceforge.net eriktorbjorn at users.sourceforge.net
Thu Jun 15 18:58:23 CEST 2006


Revision: 23139
Author:   eriktorbjorn
Date:     2006-06-15 09:58:09 -0700 (Thu, 15 Jun 2006)
ViewCVS:  http://svn.sourceforge.net/scummvm/?rev=23139&view=rev

Log Message:
-----------
Use C comments instead of C++ to avoid GCC warning.

Modified Paths:
--------------
    tools/trunk/util.h
Modified: tools/trunk/util.h
===================================================================
--- tools/trunk/util.h	2006-06-15 15:44:06 UTC (rev 23138)
+++ tools/trunk/util.h	2006-06-15 16:58:09 UTC (rev 23139)
@@ -101,7 +101,7 @@
 	#define scumm_stricmp strcasecmp
 	#define scumm_strnicmp strncasecmp
 
-	#if defined(__DECCXX) // Assume alpha architecture
+	#if defined(__DECCXX) /* Assume alpha architecture */
 	#define INVERSE_MKID
 	#define SCUMM_NEED_ALIGNMENT
 	#endif
@@ -118,9 +118,9 @@
 #endif
 
 
-//
-// GCC specific stuff
-//
+/*
+ * GCC specific stuff
+ */
 #if defined(__GNUC__)
         #define GCC_PACK __attribute__((packed))
         #define NORETURN __attribute__((__noreturn__))


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