Ignore:
Timestamp:
Jul 22, 2006 1:42:56 PM (17 years ago)
Author:
bennylp
Message:

Changed all public header files to compile correctly when -ansi and -pedantic is used, also when g++ is used

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjlib/include/pj/log.h

    r320 r622  
    7878    PJ_LOG_HAS_SENDER     =  64, /**< Include sender in the log [yes].       */ 
    7979    PJ_LOG_HAS_NEWLINE    = 128, /**< Terminate each call with newline [yes].*/ 
    80     PJ_LOG_HAS_CR         = 256, /**< Include carriage return [no].          */ 
     80    PJ_LOG_HAS_CR         = 256  /**< Include carriage return [no].          */ 
    8181}; 
    8282 
     
    250250 */ 
    251251 
    252 /////////////////////////////////////////////////////////////////////////////// 
     252/* **************************************************************************/ 
    253253/* 
    254254 * Log functions implementation prototypes. 
Note: See TracChangeset for help on using the changeset viewer.