mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-11 23:51:06 +00:00
sysprof-capture: fix typo
This commit is contained in:
@ -71,7 +71,7 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef __cpp_static_assert
|
#ifdef __cpp_static_assert
|
||||||
# define SYSPROF_GNUC_CHECK_VERSION(expr, msg) static_assert(expr, msg)
|
# define SYSPROF_STATIC_ASSERT(expr, msg) static_assert(expr, msg)
|
||||||
#elif SYSPROF_GNUC_CHECK_VERSION(4, 6)
|
#elif SYSPROF_GNUC_CHECK_VERSION(4, 6)
|
||||||
# define SYSPROF_STATIC_ASSERT(expr, msg) _Static_assert(expr, msg)
|
# define SYSPROF_STATIC_ASSERT(expr, msg) _Static_assert(expr, msg)
|
||||||
#else
|
#else
|
||||||
|
|||||||
Reference in New Issue
Block a user