diff --git a/conf.h b/conf.h index 5e57fc6..a648409 100644 --- a/conf.h +++ b/conf.h @@ -254,4 +254,3 @@ struct _PACKED doubleu { double d; }; #define die(fmt,args...) do { fprintf(stderr, "%s:%s:%d:", __FILE__, __FUNCTION__, __LINE__); fprintf(stderr, fmt, ## args ); fflush(stderr); exit(-1); } while(0) #endif #endif -