diff options
| author | jvoisin | 2023-07-09 18:37:11 +0200 |
|---|---|---|
| committer | jvoisin | 2023-07-09 18:37:11 +0200 |
| commit | 190e386fe8666a1250e8aedce73bf8e32ab8c0fd (patch) | |
| tree | 7d9622b6c7fbcc52d1217ec7cbdd5cc1282c5eed /include/fortify-headers.h | |
| parent | 2cef5af0c4de757bf31a9a63e706b0d34a016405 (diff) | |
Move a misplaced #endif
Diffstat (limited to 'include/fortify-headers.h')
| -rw-r--r-- | include/fortify-headers.h | 4 |
1 files 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 @@ | |||
| 60 | #define __access(...) | 60 | #define __access(...) |
| 61 | #endif | 61 | #endif |
| 62 | 62 | ||
| 63 | #endif | ||
| 64 | |||
| 65 | 63 | ||
| 66 | /* TODO(jvoisin) Figure a nice way to make use of __builtin_mul_overflow while ignoring the result. */ | 64 | /* TODO(jvoisin) Figure a nice way to make use of __builtin_mul_overflow while ignoring the result. */ |
| 67 | /* TODO(jvoisin) Make use of C23's stdckdint header: https://gustedt.gitlabpages.inria.fr/c23-library/#stdckdint */ | 65 | /* TODO(jvoisin) Make use of C23's stdckdint header: https://gustedt.gitlabpages.inria.fr/c23-library/#stdckdint */ |
| @@ -78,3 +76,5 @@ | |||
| 78 | #endif /* __builtin_mul_overflow_p */ | 76 | #endif /* __builtin_mul_overflow_p */ |
| 79 | 77 | ||
| 80 | #endif /* __has_builtin */ | 78 | #endif /* __has_builtin */ |
| 79 | |||
| 80 | #endif /* _FORTIFY_HEADERS_H */ | ||
