Diff for /rpl/src/rpl.h between versions 1.288 and 1.290

version 1.288, 2016/03/16 12:19:35 version 1.290, 2016/03/18 12:43:48
Line 67 Line 67
   
 #define DEBUG_TRACE     uprintf("[%d/%X] %s(%d)\n", \  #define DEBUG_TRACE     uprintf("[%d/%X] %s(%d)\n", \
         getpid(), pthread_self(), __FILE__, __LINE__);          getpid(), pthread_self(), __FILE__, __LINE__);
   #define TEST_ABSENCE_FICHIER(nom) \
           { int ios; struct stat *buf; ios = stat(nom, buf); \
               if (ios == 0) BUG(1, uprintf("File %s found!\n", nom)); }
   
 /*  /*
 ================================================================================  ================================================================================

Removed from v.1.288  
changed lines
  Added in v.1.290


CVSweb interface <joel.bertrand@systella.fr>