Diff for /rpl/src/rplexternals.h between versions 1.85 and 1.86

version 1.85, 2017/07/17 21:37:41 version 1.86, 2017/07/22 11:29:50
Line 150 Line 150
     if (__daisyChain == NULL) executionError("End of daisy chain"); \      if (__daisyChain == NULL) executionError("End of daisy chain"); \
     (__daisyChain == NULL) ? NULL : (*__daisyChain).suivant; })      (__daisyChain == NULL) ? NULL : (*__daisyChain).suivant; })
   
 #define next    suivant  #define next        suivant
 #define data    donnee  #define data        donnee
   #define daisyChain  struct_liste_chainee
           
 #define null NULL  #define null NULL
 #define nullify(ptr) __CATCH_SYSTEM_ERROR__; do { ptr = NULL; } while(0)  #define nullify(ptr) __CATCH_SYSTEM_ERROR__; do { ptr = NULL; } while(0)

Removed from v.1.85  
changed lines
  Added in v.1.86


CVSweb interface <joel.bertrand@systella.fr>