summaryrefslogtreecommitdiff
path: root/devel/libmaa/patches/patch-debug.c
blob: 0344d725748e05cd506522402350aa5c53a7a761 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-debug.c,v 1.1 2012/07/05 18:47:37 joerg Exp $

--- debug.c.orig	2012-07-05 12:00:08.000000000 +0000
+++ debug.c
@@ -173,7 +173,7 @@ void dbg_unset_flag( dbg_Type flag )
 /* \doc This inlined function tests the |flag|, returning non-zero if the
    |flag| is set, and zero otherwise. */
 
-__inline__ int dbg_test( dbg_Type flag )
+int dbg_test( dbg_Type flag )
 {
    return TEST( flag, setFlags );
 }