Fix C++ comment to C
This commit is contained in:
parent
a9c3b6df39
commit
277b82bca2
|
@ -40,7 +40,7 @@
|
||||||
#define PSL_VERSION_PATCH @LIBPSL_VERSION_PATCH@
|
#define PSL_VERSION_PATCH @LIBPSL_VERSION_PATCH@
|
||||||
#define PSL_VERSION_NUMBER @LIBPSL_VERSION_NUMBER@
|
#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
|
#ifndef __has_declspec_attribute
|
||||||
# define __has_declspec_attribute(x) 0
|
# define __has_declspec_attribute(x) 0
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue