|
From: Andre R. <and...@us...> - 2004-10-24 11:57:18
|
Update of /cvsroot/frontierkernel/Frontier/Common/headers In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11831 Modified Files: frontier.h Log Message: Explicitly undefine lazythis_optimization and langexternalfind_optimization for all platforms. Not sure what the status of these optimizations is. Index: frontier.h =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/headers/frontier.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** frontier.h 23 Oct 2004 18:33:21 -0000 1.1 --- frontier.h 24 Oct 2004 11:57:06 -0000 1.2 *************** *** 44,49 **** #define FRONTIERCOM 1 #define FRONTIERWEB 0 - #undef lazythis_optimization - #undef langexternalfind_optimization #undef winhybrid #define fljustpacking 0 --- 44,47 ---- *************** *** 81,84 **** --- 79,84 ---- #define oplanglists 1 #define flregexpverbs 1 + #undef lazythis_optimization + #undef langexternalfind_optimization #ifdef MACVERSION |