From fea1026bb8e2b5bfdf247491658c384805b51813 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Mon, 4 Jan 2021 13:10:22 +1100 Subject: Cleanup: use 'pragma once' Add explanations for cases the header-guard defines are still used. --- source/blender/blenlib/BLI_endian_switch.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender/blenlib/BLI_endian_switch.h') diff --git a/source/blender/blenlib/BLI_endian_switch.h b/source/blender/blenlib/BLI_endian_switch.h index c67c098053d..b512133b34c 100644 --- a/source/blender/blenlib/BLI_endian_switch.h +++ b/source/blender/blenlib/BLI_endian_switch.h @@ -14,6 +14,7 @@ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ +/* Use a define instead of `#pragma once` because of `BLI_endian_switch_inline.h` */ #ifndef __BLI_ENDIAN_SWITCH_H__ #define __BLI_ENDIAN_SWITCH_H__ -- cgit v1.2.3