diff options
Diffstat (limited to 'src/include/mem3dc.h')
| -rw-r--r-- | src/include/mem3dc.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/include/mem3dc.h b/src/include/mem3dc.h index dbc9089..4bc4450 100644 --- a/src/include/mem3dc.h +++ b/src/include/mem3dc.h @@ -12,10 +12,6 @@ #include <stddef.h> /* defines */ -#if Saturn -#define DBGMALLOC 1 -#endif - #if SupportWindows95 #if 1 #define DBGMALLOC 0 @@ -47,7 +43,7 @@ a separate copy of the string for each malloc - just store the pointer. So, on PC this reduces the data size for the malloc records from 1.04Mb to 320K ! */ -#if SupportWindows95 || PSX +#if SupportWindows95 #define COPY_FILENAME 0 /* new behavior */ #else #define COPY_FILENAME 1 /* previous behavior */ |
