[Scummvm-git-logs] scummvm master -> 3ffbbe3cefad0da022eb73eb30aa8205c87b831d
ccawley2011
noreply at scummvm.org
Mon Jun 20 22:42:56 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:
3ffbbe3cef DS: Avoid redefining double as float
Commit: 3ffbbe3cefad0da022eb73eb30aa8205c87b831d
https://github.com/scummvm/scummvm/commit/3ffbbe3cefad0da022eb73eb30aa8205c87b831d
Author: Cameron Cawley (ccawley2011 at gmail.com)
Date: 2022-06-20T23:10:21+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