mirror of
https://gitlab.com/80486DX2-66/gists
synced 2025-01-10 17:32:05 +05:30
reverse-ramdisk.c: if not debug, set line_fail to nothing
This commit is contained in:
parent
3bfedd252d
commit
f6a8c9025e
@ -32,7 +32,7 @@ To-Do: error handling on line 184, function fread()
|
|||||||
printf("failed on line %d\n", __LINE__ + x); \
|
printf("failed on line %d\n", __LINE__ + x); \
|
||||||
} while (0)
|
} while (0)
|
||||||
#else
|
#else
|
||||||
# define line_fail(x) do {} while (0)
|
# define line_fail(x)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define retreat(s) do { \
|
#define retreat(s) do { \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user