@@ -52,29 +52,29 @@ REVOCAP_Debug_X 詳細なデバッグ用メッセージX(必ず出力)
5252 #define REVOCAP_Debug_X (format )
5353#else
5454 /* _DEBUG マクロに関係なく出力 */
55- #define REVOCAP_Debug_X (fmt , ...) fprintf(stderr,"%s, line %d: "fmt,__FILE__,__LINE__, ##__VA_ARGS__)
55+ #define REVOCAP_Debug_X (fmt , ...) fprintf(stderr,"%s, line %d: " fmt,__FILE__,__LINE__, ##__VA_ARGS__)
5656
5757 #if defined _DEBUG || _DEBUG_
5858 #include <cstdio>
59- #define REVOCAP_Debug (fmt , ...) fprintf(stderr,"%s, line %d: "fmt,__FILE__,__LINE__, ##__VA_ARGS__)
59+ #define REVOCAP_Debug (fmt , ...) fprintf(stderr,"%s, line %d: " fmt,__FILE__,__LINE__, ##__VA_ARGS__)
6060 #else
6161 #define REVOCAP_Debug (format , ...)
6262 #endif
6363
6464 #if ( _DEBUG >= 1 ) || ( _DEBUG_ >= 1 )
65- #define REVOCAP_Debug_1 (fmt , ...) fprintf(stderr,"%s, line %d: "fmt,__FILE__,__LINE__, ##__VA_ARGS__)
65+ #define REVOCAP_Debug_1 (fmt , ...) fprintf(stderr,"%s, line %d: " fmt,__FILE__,__LINE__, ##__VA_ARGS__)
6666 #else
6767 #define REVOCAP_Debug_1 (format , ...)
6868 #endif
6969
7070 #if ( _DEBUG >= 2 ) || ( _DEBUG_ >= 2 )
71- #define REVOCAP_Debug_2 (fmt , ...) fprintf(stderr,"%s, line %d: "fmt,__FILE__,__LINE__, ##__VA_ARGS__)
71+ #define REVOCAP_Debug_2 (fmt , ...) fprintf(stderr,"%s, line %d: " fmt,__FILE__,__LINE__, ##__VA_ARGS__)
7272 #else
7373 #define REVOCAP_Debug_2 (format , ...)
7474 #endif
7575
7676 #if ( _DEBUG >= 3 ) || ( _DEBUG_ >= 3 )
77- #define REVOCAP_Debug_3 (fmt , ...) fprintf(stderr,"%s, line %d: "fmt,__FILE__,__LINE__, ##__VA_ARGS__)
77+ #define REVOCAP_Debug_3 (fmt , ...) fprintf(stderr,"%s, line %d: " fmt,__FILE__,__LINE__, ##__VA_ARGS__)
7878 #else
7979 #define REVOCAP_Debug_3 (format , ...)
8080 #endif
0 commit comments