You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by db...@locus.apache.org on 2000/05/01 17:13:40 UTC

cvs commit: xml-xalan/c/src/TestXSLT process.cpp

dbertoni    00/05/01 08:13:40

  Modified:    c/src/TestXSLT process.cpp
  Log:
  Fixed compile issues with GCC.
  
  Revision  Changes    Path
  1.16      +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.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- process.cpp	2000/04/25 19:55:53	1.15
  +++ process.cpp	2000/05/01 15:13:39	1.16
  @@ -802,7 +802,7 @@
   						 << "\"  Node value: \""
   						 << theInstance->getNodeValue()
   						 << "\""
  -	#if defined(XALAN_RTTI_AVAILABLE)
  +	#if defined(XALAN_RTTI_AVAILABLE) && !defined(XALAN_NO_TYPEINFO)
   						 << "  Type: \""
   						 << typeid(*theInstance).name()
   						 << "\""