mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-04 05:58:10 +02:00
[cairo] Remove stray semi-colon
Pedantic finds another victim.
This commit is contained in:
parent
d86ad461cf
commit
5f4f2ab01a
1 changed files with 1 additions and 1 deletions
|
|
@ -151,7 +151,7 @@ do { \
|
|||
assert (NOT_REACHED); \
|
||||
} while (0)
|
||||
#define COMPILE_TIME_ASSERT1(condition, line) \
|
||||
typedef int compile_time_assertion_at_line_##line##_failed [(condition)?1:-1];
|
||||
typedef int compile_time_assertion_at_line_##line##_failed [(condition)?1:-1]
|
||||
#define COMPILE_TIME_ASSERT0(condition, line) COMPILE_TIME_ASSERT1(condition, line)
|
||||
#define COMPILE_TIME_ASSERT(condition) COMPILE_TIME_ASSERT0(condition, __LINE__)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue