diff options
Diffstat (limited to 'src/lib/utils/compiler.h')
-rw-r--r-- | src/lib/utils/compiler.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/lib/utils/compiler.h b/src/lib/utils/compiler.h index ff7f36571..00f22358a 100644 --- a/src/lib/utils/compiler.h +++ b/src/lib/utils/compiler.h @@ -5,6 +5,10 @@ * Botan is released under the Simplified BSD License (see license.txt) */ +/* This header is included in both C++ and C (via ffi.h) and should only + contain macro definitions. +*/ + #ifndef BOTAN_UTIL_COMPILER_FLAGS_H_ #define BOTAN_UTIL_COMPILER_FLAGS_H_ |