[Scummvm-cvs-logs] CVS: scummvm/simon simon.h,1.47,1.48

Pawel Kolodziejski aquadran at users.sourceforge.net
Thu Mar 6 09:19:22 CET 2003


Update of /cvsroot/scummvm/scummvm/simon
In directory sc8-pr-cvs1:/tmp/cvs-serv7874

Modified Files:
	simon.h 
Log Message:
removed duplicated macro

Index: simon.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/simon/simon.h,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -d -r1.47 -r1.48
--- simon.h	29 Jan 2003 10:08:56 -0000	1.47
+++ simon.h	6 Mar 2003 16:42:07 -0000	1.48
@@ -38,7 +38,6 @@
 
 uint fileReadItemID(File *in);
 
-#define ARRAYSIZE(x) (sizeof(x)/sizeof(x[0]))
 #define CHECK_BOUNDS(x,y) assert((uint)(x)<ARRAYSIZE(y))
 #define NUM_PALETTE_FADEOUT 32
 





More information about the Scummvm-git-logs mailing list