diff options
Diffstat (limited to 'lib/md5.h')
| -rw-r--r-- | lib/md5.h | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -40,7 +40,7 @@ | |||
| 40 | #endif | 40 | #endif |
| 41 | 41 | ||
| 42 | #ifndef __THROW | 42 | #ifndef __THROW |
| 43 | # if defined __cplusplus && __GNUC_PREREQ (2,8) | 43 | # if defined __cplusplus && (__GNUC_PREREQ (2,8) || __clang_major__ >= 4) |
| 44 | # define __THROW throw () | 44 | # define __THROW throw () |
| 45 | # else | 45 | # else |
| 46 | # define __THROW | 46 | # define __THROW |