[Scummvm-cvs-logs] SF.net SVN: scummvm:[33255] residual/trunk/configure
eriktorbjorn at users.sourceforge.net
eriktorbjorn at users.sourceforge.net
Wed Jul 23 22:47:43 CEST 2008
Revision: 33255
http://scummvm.svn.sourceforge.net/scummvm/?rev=33255&view=rev
Author: eriktorbjorn
Date: 2008-07-23 20:47:42 +0000 (Wed, 23 Jul 2008)
Log Message:
-----------
Named the unsigned 64-bit type "uint64" instead of "int64".
Modified Paths:
--------------
residual/trunk/configure
Modified: residual/trunk/configure
===================================================================
--- residual/trunk/configure 2008-07-23 20:39:51 UTC (rev 33254)
+++ residual/trunk/configure 2008-07-23 20:47:42 UTC (rev 33255)
@@ -657,7 +657,7 @@
echo "$type_8_byte"
if test $TMP -eq 0; then
_def_64bit_type_signed="typedef signed $type_8_byte int64;"
- _def_64bit_type_unsigned="typedef unsigned $type_8_byte int64;"
+ _def_64bit_type_unsigned="typedef unsigned $type_8_byte uint64;"
fi
#
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