one more lel
This commit is contained in:
parent
f336acb3a9
commit
39f493287f
1 changed files with 4 additions and 4 deletions
|
@ -34,8 +34,8 @@ double ieee754_read_extended (uint8_t*);
|
||||||
#define FATAL_ERROR(format, ...) \
|
#define FATAL_ERROR(format, ...) \
|
||||||
do \
|
do \
|
||||||
{ \
|
{ \
|
||||||
fprintf(stderr, format, __VA_ARGS__); \
|
fprintf(stderr, format, __VA_ARGS__); \
|
||||||
exit(1); \
|
exit(1); \
|
||||||
} while (0)
|
} while (0)
|
||||||
|
|
||||||
#else
|
#else
|
||||||
|
@ -43,8 +43,8 @@ do \
|
||||||
#define FATAL_ERROR(format, ...) \
|
#define FATAL_ERROR(format, ...) \
|
||||||
do \
|
do \
|
||||||
{ \
|
{ \
|
||||||
fprintf(stderr, format, ##__VA_ARGS__); \
|
fprintf(stderr, format, ##__VA_ARGS__); \
|
||||||
exit(1); \
|
exit(1); \
|
||||||
} while (0)
|
} while (0)
|
||||||
|
|
||||||
#endif // _MSC_VER
|
#endif // _MSC_VER
|
||||||
|
|
Loading…
Reference in a new issue