You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by jd...@locus.apache.org on 2000/03/08 21:54:11 UTC

cvs commit: xml-xalan/c/src/XSLT ElemNumber.hpp

jdonohue    00/03/08 12:54:10

  Modified:    c/src/XSLT ElemNumber.hpp
  Log:
  Changes for linux
  
  Revision  Changes    Path
  1.6       +4 -2      xml-xalan/c/src/XSLT/ElemNumber.hpp
  
  Index: ElemNumber.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/XSLT/ElemNumber.hpp,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- ElemNumber.hpp	2000/03/03 19:00:32	1.5
  +++ ElemNumber.hpp	2000/03/08 20:54:10	1.6
  @@ -58,7 +58,7 @@
   #define XALAN_ELEMNUMBER_HEADER_GUARD 
   
   /**
  - * $Id: ElemNumber.hpp,v 1.5 2000/03/03 19:00:32 jdonohue Exp $
  + * $Id: ElemNumber.hpp,v 1.6 2000/03/08 20:54:10 jdonohue Exp $
    * 
    * $State: Exp $
    * 
  @@ -104,7 +104,9 @@
   #     define XALAN_STD std::
   #endif
   	typedef XALAN_STD vector<int> IntArrayType;
  -	typedef XALAN_STD locale LocaleType;
  +#	if ! defined(__GNUC__)
  +		typedef XALAN_STD locale LocaleType;
  +#	endif
   #undef XALAN_STD	
   
   	/**