CVS commit by ravi: Support --enable-final. M +5 -0 dtoa.cpp 1.7 --- kdelibs/kjs/dtoa.cpp #1.6:1.7 @@ -170,4 +170,9 @@ */ +// Put this before anything else that may import a definition of CONST. CONST from grammar.cpp conflicts with this. +#ifdef KDE_USE_FINAL +#undef CONST +#endif + #include