1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-21 18:04:06 +03:00

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
This commit is contained in:
Joseph Sutton 2022-09-28 14:34:31 +13:00 committed by Andrew Bartlett
parent ef28247f3b
commit bf446bcf61

View File

@ -64,6 +64,6 @@
#define HAVE_STRSEP 1
#endif
#define fallthrough FALL_THROUGH
#define HEIM_FALLTHROUGH FALL_THROUGH
#endif