aboutsummaryrefslogtreecommitdiffstats
path: root/cparser/Cabshelper.ml
diff options
context:
space:
mode:
Diffstat (limited to 'cparser/Cabshelper.ml')
-rw-r--r--cparser/Cabshelper.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/cparser/Cabshelper.ml b/cparser/Cabshelper.ml
index b4e6a082..958f242c 100644
--- a/cparser/Cabshelper.ml
+++ b/cparser/Cabshelper.ml
@@ -35,7 +35,7 @@ let rec isExtern = function
let rec isInline = function
[] -> false
- | SpecInline :: _ -> true
+ | (SpecFunction INLINE) :: _ -> true
| _ :: rest -> isInline rest
let rec isTypedef = function