mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
inconsistent #if
This commit is contained in:
parent
aee05dc054
commit
4ddb69b56f
@ -496,8 +496,8 @@ $[cdefine USE_MEMORY_NOWRAPPERS]
|
||||
#define VC6_STYLE_ALLOCATOR
|
||||
#define MODERN_STYLE_ALLOCATOR
|
||||
#define NO_STYLE_ALLOCATOR
|
||||
#if $[eq $[OPTIMIZE], 4]
|
||||
// In optimize level 4, we never try to use custom allocators.
|
||||
#if $[not $[DO_MEMORY_USAGE]]
|
||||
// Without DO_MEMORY_USAGE, we never try to use custom allocators.
|
||||
#set NO_STYLE_ALLOCATOR 1
|
||||
#elif $[eq $[STL_ALLOCATOR], OLD]
|
||||
// "OLD": Irix 6.2-era STL.
|
||||
|
Loading…
x
Reference in New Issue
Block a user