dbertoni    00/04/11 14:38:43

  Modified:    c/src/TestXSLT process.cpp
  Log:
  Removed incorrect #define.
  
  Revision  Changes    Path
  1.11      +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.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- process.cpp       2000/04/11 15:10:27     1.10
  +++ process.cpp       2000/04/11 21:38:43     1.11
  @@ -788,7 +788,7 @@
                        {
                                const XalanNode* const  theInstance = 
theNodes[i];
                                assert(theInstance != 0);
  -#define XALAN_RTTI_AVAILABLE
  +
                                cout << "("
                                         << hex
                                         << theInstance
  
  
  

Reply via email to