From 148b1154c236a587bb3b2e4365381c575cf3e026 Mon Sep 17 00:00:00 2001 From: David Rose Date: Fri, 12 Apr 2002 20:48:58 +0000 Subject: [PATCH] minor --- dtool/LocalSetup.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dtool/LocalSetup.pp b/dtool/LocalSetup.pp index 77477fdd62..0282c2602c 100644 --- a/dtool/LocalSetup.pp +++ b/dtool/LocalSetup.pp @@ -222,7 +222,7 @@ $[cdefine GLOBAL_OPERATOR_NEW_EXCEPTIONS] #define NO_STYLE_ALLOCATOR #if $[eq $[OPTIMIZE], 4] // In optimize level 4, we never try to use custom allocators. - #define NO_STYLE_ALLOCATOR 1 + #set NO_STYLE_ALLOCATOR 1 #elif $[eq $[STL_ALLOCATOR], OLD] // "OLD": Irix 6.2-era STL. #set OLD_STYLE_ALLOCATOR 1