commit b1373d1cff3dc922d31506d61c4fe0ddf260d6be parent f5578aa80ebc5fcf7e1a7860bdc83c886f0a63fe Author: Christian Grothoff <christian@grothoff.org> Date: Mon, 8 Jan 2024 17:21:55 +0100 fix Diffstat:
| M | src/include/platform.h | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/include/platform.h b/src/include/platform.h @@ -254,7 +254,7 @@ atoll (const char *nptr); #define EXIT_NOTRUNNING 7 #endif -#ifndef EXIT_NO_RESTART 9 +#ifndef EXIT_NO_RESTART #define EXIT_NO_RESTART 9 #endif