diff VMS.h @ 137:99343ffe1918

The shutdown now uses inter master requests
author Merten Sach <msach@mailbox.tu-berlin.de>
date Mon, 19 Sep 2011 14:15:37 +0200
parents 0b49fd35afc1
children 99798e4438a6 000f8bcdc4c2
line diff
     1.1 --- a/VMS.h	Fri Sep 16 20:13:33 2011 +0200
     1.2 +++ b/VMS.h	Mon Sep 19 14:15:37 2011 +0200
     1.3 @@ -49,9 +49,9 @@
     1.4  #define DEBUG2( bool, msg, p1, p2) \
     1.5  //   if(bool) {printf(msg, p1, p2); fflush(stdin);}
     1.6  
     1.7 -#define ERROR(msg) printf(msg);
     1.8 -#define ERROR1(msg, param) printf(msg, param); 
     1.9 -#define ERROR2(msg, p1, p2) printf(msg, p1, p2);
    1.10 +#define ERROR(msg) printf(msg)
    1.11 +#define ERROR1(msg, param) printf(msg, param);
    1.12 +#define ERROR2(msg, p1, p2) printf(msg, p1, p2)
    1.13  
    1.14  //===========================  STATS =======================
    1.15