(file) Return to XmlGenerator.cpp CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Pegasus / Common

Diff for /pegasus/src/Pegasus/Common/XmlGenerator.cpp between version 1.12 and 1.13

version 1.12, 2013/01/11 15:50:01 version 1.13, 2013/01/14 11:55:43
Line 341 
Line 341 
 //The above value is used to decide if the platform assumes //The above value is used to decide if the platform assumes
 //char as signed char or unsigned char required to stop build //char as signed char or unsigned char required to stop build
 //btreaks for PPC under linux //btreaks for PPC under linux
 static Boolean isSpecialChar(const char &c)  static inline Boolean isSpecialChar(const char &c)
 { {
 #if CHAR_MIN < 0 #if CHAR_MIN < 0
     return (((c < 0x20) && (c >= 0)) || (c == 0x7f));     return (((c < 0x20) && (c >= 0)) || (c == 0x7f));


Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2