Fix C++ comment to C

This commit is contained in:
Tim Rühsen 2018-12-08 23:22:06 +01:00
parent a9c3b6df39
commit 277b82bca2
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@
#define PSL_VERSION_PATCH @LIBPSL_VERSION_PATCH@
#define PSL_VERSION_NUMBER @LIBPSL_VERSION_NUMBER@
// support clang's __has_declspec_attribute attribute
/* support clang's __has_declspec_attribute attribute */
#ifndef __has_declspec_attribute
# define __has_declspec_attribute(x) 0
#endif