summaryrefslogtreecommitdiffstats
path: root/src/blowfish.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2020-01-23 16:52:01 +0100
committerBram Moolenaar <Bram@vim.org>2020-01-23 16:52:01 +0100
commit2c02d3843a103826a3eb44357eaab09b7deb256b (patch)
tree73ba1097bf191846c56a304cdeb1126d311bae89 /src/blowfish.c
parentc2a60ae10e7badad9186de59a9994fc8c9f539e0 (diff)
patch 8.2.0145: using #error for compilation errors should be OK nowv8.2.0145
Problem: Using #error for compilation errors should be OK now. Solution: Use #error. (Ken Takata, closes #5299)
Diffstat (limited to 'src/blowfish.c')
-rw-r--r--src/blowfish.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/blowfish.c b/src/blowfish.c
index a73b3b6c55..af5e2fc003 100644
--- a/src/blowfish.c
+++ b/src/blowfish.c
@@ -40,8 +40,7 @@ typedef union {
# ifdef HAVE_CONFIG_H
// in configure.ac AC_C_BIGENDIAN() defines WORDS_BIGENDIAN when needed
# else
- error!
- Please change this code to define WORDS_BIGENDIAN for big-endian machines.
+# error Please change this code to define WORDS_BIGENDIAN for big-endian machines.
# endif
#endif