Skip to content

Commit

Permalink
DS: Avoid redefining double as float
Browse files Browse the repository at this point in the history
  • Loading branch information
ccawley2011 committed Jun 20, 2022
1 parent 3d9ccee commit 3ffbbe3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions backends/platform/ds/portdefs.h
Expand Up @@ -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
Expand Down

0 comments on commit 3ffbbe3

Please sign in to comment.