summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ucoo/common.hh2
1 files changed, 2 insertions, 0 deletions
diff --git a/ucoo/common.hh b/ucoo/common.hh
index be6f91d..24ead61 100644
--- a/ucoo/common.hh
+++ b/ucoo/common.hh
@@ -58,6 +58,8 @@ halt_perror () __attribute__ ((noreturn));
/// To be used to swear that the given condition is true. If this is not the
/// case... well... you swore!
+void
+assert (bool condition) __attribute__ ((always_inline));
extern inline void
assert (bool condition)
{