summaryrefslogtreecommitdiff
path: root/third_party
diff options
context:
space:
mode:
authorJoseph Sutton <josephsutton@catalyst.net.nz>2022-09-28 14:34:31 +1300
committerAndrew Bartlett <abartlet@samba.org>2022-11-02 05:21:29 +0000
commitbf446bcf612791c7fcf8284cca4061b651b7d4f6 (patch)
tree83d6051a93117355ebc7d823f0ad0ae6911c6bfb /third_party
parentef28247f3bbbd7cf9daed7a4dba28855496ce38e (diff)
downloadsamba-bf446bcf612791c7fcf8284cca4061b651b7d4f6.tar.gz
third_party/heimdal_build: Update fallthrough macro for switch statements
This is an adaptation to Heimdal: commit 133f5174820b34e2a12c3f3412bf554cae2ee22f Author: Daria Phoebe Brashear <dariaphoebe@auristor.com> Date: Fri Sep 16 09:57:24 2022 -0400 rewrite fallthrough to HEIM_FALLTHROUGH to deal with new Apple SDKs Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Autobuild-User(master): Andrew Bartlett <abartlet@samba.org> Autobuild-Date(master): Wed Nov 2 05:21:29 UTC 2022 on sn-devel-184
Diffstat (limited to 'third_party')
-rw-r--r--third_party/heimdal_build/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/heimdal_build/config.h b/third_party/heimdal_build/config.h
index 42b11ace11f..8a350d2457c 100644
--- a/third_party/heimdal_build/config.h
+++ b/third_party/heimdal_build/config.h
@@ -64,6 +64,6 @@
#define HAVE_STRSEP 1
#endif
-#define fallthrough FALL_THROUGH
+#define HEIM_FALLTHROUGH FALL_THROUGH
#endif