third_party/heimdal_build: Update fallthrough macro for switch statements
authorJoseph Sutton <josephsutton@catalyst.net.nz>
Wed, 28 Sep 2022 01:34:31 +0000 (14:34 +1300)
committerAndrew Bartlett <abartlet@samba.org>
Wed, 2 Nov 2022 05:21:29 +0000 (05:21 +0000)
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

third_party/heimdal_build/config.h

index 42b11ace11f5fc0237b57ae842f5825d199d4ffe..8a350d2457c2ac792ab3e73c0e6dd50dee5426c3 100644 (file)
@@ -64,6 +64,6 @@
 #define HAVE_STRSEP 1
 #endif
 
-#define fallthrough FALL_THROUGH
+#define HEIM_FALLTHROUGH FALL_THROUGH
 
 #endif