diff options
Diffstat (limited to 'src/build-data/buildh.in')
-rw-r--r-- | src/build-data/buildh.in | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/build-data/buildh.in b/src/build-data/buildh.in index cacc01ed0..d4972af15 100644 --- a/src/build-data/buildh.in +++ b/src/build-data/buildh.in @@ -239,10 +239,6 @@ Each read generates 32 bits of output #endif -// Append to macros living outside of functions, so that invocations must end with a semicolon. -// The struct is only declared to force the semicolon, it is never defined. -#define BOTAN_FORCE_SEMICOLON struct BOTAN_DUMMY_STRUCT - // Check for a common build problem: #if defined(BOTAN_TARGET_ARCH_IS_X86_64) && ((defined(_MSC_VER) && !defined(_WIN64)) || \ |