[Scummvm-git-logs] scummvm branch-2-6 -> 25099563f51e877a1864b87aeeab33a98e16bb84

ccawley2011 noreply at scummvm.org
Mon Jun 20 22:44:09 UTC 2022


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
25099563f5 DS: Avoid redefining double as float


Commit: 25099563f51e877a1864b87aeeab33a98e16bb84
    https://github.com/scummvm/scummvm/commit/25099563f51e877a1864b87aeeab33a98e16bb84
Author: Cameron Cawley (ccawley2011 at gmail.com)
Date: 2022-06-20T23:12:25+01:00

Commit Message:
DS: Avoid redefining double as float

Changed paths:
    backends/platform/ds/portdefs.h


diff --git a/backends/platform/ds/portdefs.h b/backends/platform/ds/portdefs.h
index a0905454764..d7bafced318 100644
--- a/backends/platform/ds/portdefs.h
+++ b/backends/platform/ds/portdefs.h
@@ -45,8 +45,6 @@ typedef unsigned int uint;
 #undef assert
 #define assert(e) sassert(e, " ")
 
-#define double float
-
 #ifndef DISABLE_COMMAND_LINE
 #define DISABLE_COMMAND_LINE
 #endif




More information about the Scummvm-git-logs mailing list