[prev in list] [next in list] [prev in thread] [next in thread] 

List:       xalan-cvs
Subject:    cvs commit: xml-xalan/c/src/xalanc/XPath XPath.cpp
From:       dbertoni () apache ! org
Date:       2005-09-10 6:41:46
Message-ID: 20050910064146.87304.qmail () minotaur ! apache ! org
[Download RAW message or body]

dbertoni    2005/09/09 23:41:46

  Modified:    c/src/xalanc/XPath XPath.cpp
  Log:
  Disabled pragma for the Intel compiler, since it does not seem to implement it \
properly.  
  Revision  Changes    Path
  1.24      +1 -1      xml-xalan/c/src/xalanc/XPath/XPath.cpp
  
  Index: XPath.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/xalanc/XPath/XPath.cpp,v
  retrieving revision 1.23
  retrieving revision 1.24
  diff -u -r1.23 -r1.24
  --- XPath.cpp	18 Aug 2005 01:09:58 -0000	1.23
  +++ XPath.cpp	10 Sep 2005 06:41:46 -0000	1.24
  @@ -5253,7 +5253,7 @@
   
   
   // MSVC generates some really horrible code for some of these very simple \
                functions when they're inlined...
  -#if defined(_MSC_VER) && _MSC_VER <= 1300
  +#if defined(_MSC_VER) && _MSC_VER <= 1300 && !defined(__INTEL_COMPILER)
   #pragma auto_inline(off)
   #endif
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: xalan-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xalan-cvs-help@xml.apache.org


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic