diff options
Diffstat (limited to 'src/build-data/buildh.in')
-rw-r--r-- | src/build-data/buildh.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/build-data/buildh.in b/src/build-data/buildh.in index 42d5a1531..338787de5 100644 --- a/src/build-data/buildh.in +++ b/src/build-data/buildh.in @@ -289,4 +289,8 @@ softare-based entropy polling is still used. */ %{local_config} +// 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 + #endif |