use INLINE instead of inline
[cparser] / type.h
diff --git a/type.h b/type.h
index 843154c..a98b36b 100644 (file)
--- a/type.h
+++ b/type.h
@@ -56,7 +56,7 @@ bool is_type_signed(const type_t *type);
 /**
  * returns true if type contains floating point numbers
  */
-bool is_type_floating(const type_t *type);
+bool is_type_float(const type_t *type);
 
 /**
  * returns true if the type is valid. A type is valid if it contains no