From 190e386fe8666a1250e8aedce73bf8e32ab8c0fd Mon Sep 17 00:00:00 2001 From: jvoisin Date: Sun, 9 Jul 2023 18:37:11 +0200 Subject: Move a misplaced #endif --- include/fortify-headers.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/fortify-headers.h b/include/fortify-headers.h index 065bca2..08b8dd3 100644 --- a/include/fortify-headers.h +++ b/include/fortify-headers.h @@ -60,8 +60,6 @@ #define __access(...) #endif -#endif - /* TODO(jvoisin) Figure a nice way to make use of __builtin_mul_overflow while ignoring the result. */ /* TODO(jvoisin) Make use of C23's stdckdint header: https://gustedt.gitlabpages.inria.fr/c23-library/#stdckdint */ @@ -78,3 +76,5 @@ #endif /* __builtin_mul_overflow_p */ #endif /* __has_builtin */ + +#endif /* _FORTIFY_HEADERS_H */ -- cgit v1.3