dbertoni    2002/11/14 09:24:58

  Modified:    c/src/XSLT AVT.hpp ElemUse.hpp Stylesheet.hpp
                        StylesheetConstructionContext.hpp
  Log:
  Straightened out #defines for strict ANSI compilers.
  
  Revision  Changes    Path
  1.16      +2 -2      xml-xalan/c/src/XSLT/AVT.hpp
  
  Index: AVT.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/XSLT/AVT.hpp,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- AVT.hpp   31 Oct 2002 07:15:56 -0000      1.15
  +++ AVT.hpp   14 Nov 2002 17:24:57 -0000      1.16
  @@ -90,7 +90,7 @@
   {
   public:
   
  -#if defined(XALAN_SIZE_T_IN_NAMESPACE_STD)
  +#if defined(XALAN_STRICT_ANSI_HEADERS)
        typedef std::size_t             size_type;
   #else
        typedef size_t                  size_type;
  
  
  
  1.20      +1 -1      xml-xalan/c/src/XSLT/ElemUse.hpp
  
  Index: ElemUse.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/XSLT/ElemUse.hpp,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- ElemUse.hpp       3 Nov 2002 03:41:05 -0000       1.19
  +++ ElemUse.hpp       14 Nov 2002 17:24:58 -0000      1.20
  @@ -77,7 +77,7 @@
   {
   public:
   
  -#if defined(XALAN_SIZE_T_IN_NAMESPACE_STD)
  +#if defined(XALAN_STRICT_ANSI_HEADERS)
        typedef std::size_t             size_type;
   #else
        typedef size_t                  size_type;
  
  
  
  1.55      +1 -1      xml-xalan/c/src/XSLT/Stylesheet.hpp
  
  Index: Stylesheet.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/XSLT/Stylesheet.hpp,v
  retrieving revision 1.54
  retrieving revision 1.55
  diff -u -r1.54 -r1.55
  --- Stylesheet.hpp    6 Nov 2002 05:09:48 -0000       1.54
  +++ Stylesheet.hpp    14 Nov 2002 17:24:58 -0000      1.55
  @@ -125,7 +125,7 @@
   
   public:
   
  -#if defined(XALAN_SIZE_T_IN_NAMESPACE_STD)
  +#if defined(XALAN_STRICT_ANSI_HEADERS)
        typedef std::size_t             size_type;
   #else
        typedef size_t                  size_type;
  
  
  
  1.21      +1 -1      xml-xalan/c/src/XSLT/StylesheetConstructionContext.hpp
  
  Index: StylesheetConstructionContext.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/XSLT/StylesheetConstructionContext.hpp,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- StylesheetConstructionContext.hpp 6 Nov 2002 05:09:48 -0000       1.20
  +++ StylesheetConstructionContext.hpp 14 Nov 2002 17:24:58 -0000      1.21
  @@ -107,7 +107,7 @@
   
        typedef XalanQName::NamespacesStackType         NamespacesStackType;
   
  -#if defined(XALAN_SIZE_T_IN_NAMESPACE_STD)
  +#if defined(XALAN_STRICT_ANSI_HEADERS)
        typedef std::size_t             size_type;
   #else
        typedef size_t                  size_type;
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to