dbertoni 00/06/17 14:15:24
Modified: c/src/TestXSLT process.cpp Log: Commented out ICU bridge #define. Revision Changes Path 1.22 +1 -1 xml-xalan/c/src/TestXSLT/process.cpp Index: process.cpp =================================================================== RCS file: /home/cvs/xml-xalan/c/src/TestXSLT/process.cpp,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- process.cpp 2000/06/14 21:47:25 1.21 +++ process.cpp 2000/06/17 21:15:24 1.22 @@ -127,7 +127,7 @@ -#define XALAN_USE_ICU +//#define XALAN_USE_ICU #if defined(XALAN_USE_ICU) #include <ICUBridge/ICUBridge.hpp> #include <ICUBridge/FunctionICUFormatNumber.hpp>
