[Scummvm-cvs-logs] SF.net SVN: scummvm: [21595] scummvm/trunk/common/func.h
fingolfin at users.sourceforge.net
fingolfin at users.sourceforge.net
Tue Apr 4 13:15:01 CEST 2006
Revision: 21595
Author: fingolfin
Date: 2006-04-04 13:13:59 -0700 (Tue, 04 Apr 2006)
ViewCVS: http://svn.sourceforge.net/scummvm/?rev=21595&view=rev
Log Message:
-----------
We don't need wchar_t -> removing this to improve portability
Modified Paths:
--------------
scummvm/trunk/common/func.h
Modified: scummvm/trunk/common/func.h
===================================================================
--- scummvm/trunk/common/func.h 2006-04-04 19:05:50 UTC (rev 21594)
+++ scummvm/trunk/common/func.h 2006-04-04 20:13:59 UTC (rev 21595)
@@ -52,7 +52,6 @@
GENERATE_TRIVIAL_HASH_FUNCTOR(char);
GENERATE_TRIVIAL_HASH_FUNCTOR(signed char);
GENERATE_TRIVIAL_HASH_FUNCTOR(unsigned char);
-GENERATE_TRIVIAL_HASH_FUNCTOR(wchar_t);
GENERATE_TRIVIAL_HASH_FUNCTOR(short);
GENERATE_TRIVIAL_HASH_FUNCTOR(int);
GENERATE_TRIVIAL_HASH_FUNCTOR(long);
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