1
0
mirror of https://gitlab.com/80486DX2-66/gists synced 2025-01-10 08:27:48 +05:30

reverse-ramdisk.c: if not debug, set line_fail to nothing

This commit is contained in:
パチュリー・ノーレッジ 2023-12-28 00:03:39 +03:00
parent 3bfedd252d
commit f6a8c9025e
Signed by: 80486DX2-66
GPG Key ID: 83631EF27054609B

View File

@ -32,7 +32,7 @@ To-Do: error handling on line 184, function fread()
printf("failed on line %d\n", __LINE__ + x); \
} while (0)
#else
# define line_fail(x) do {} while (0)
# define line_fail(x)
#endif
#define retreat(s) do { \