Skip to content

Commit

Permalink
Remove integer_t
Browse files Browse the repository at this point in the history
  • Loading branch information
yebblies committed Dec 25, 2013
1 parent 6095137 commit 030a2a8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion src/mars.h
Expand Up @@ -280,7 +280,6 @@ extern Global global;
#include "complex_t.h"

// Be careful not to care about sign when using dinteger_t
//typedef uint64_t integer_t;
typedef uint64_t dinteger_t; // use this instead of integer_t to
// avoid conflicts with system #include's

Expand Down
4 changes: 0 additions & 4 deletions src/opover.c
Expand Up @@ -14,10 +14,6 @@
#include <assert.h>
#include <string.h> // memset()

#ifdef __APPLE__
#define integer_t dmd_integer_t
#endif

#include "rmem.h"

//#include "port.h"
Expand Down

0 comments on commit 030a2a8

Please sign in to comment.