summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2024-01-08 17:21:55 +0100
committerChristian Grothoff <christian@grothoff.org>2024-01-08 17:21:55 +0100
commitb1373d1cff3dc922d31506d61c4fe0ddf260d6be (patch)
treefd2e1880892c45b4b753412f532b553ef5bc8018 /src/include
parentf5578aa80ebc5fcf7e1a7860bdc83c886f0a63fe (diff)
downloadexchange-b1373d1cff3dc922d31506d61c4fe0ddf260d6be.tar.gz
exchange-b1373d1cff3dc922d31506d61c4fe0ddf260d6be.tar.bz2
exchange-b1373d1cff3dc922d31506d61c4fe0ddf260d6be.zip
fix
Diffstat (limited to 'src/include')
-rw-r--r--src/include/platform.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/platform.h b/src/include/platform.h
index e972943d0..f27ee38b7 100644
--- 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