chiark / gitweb /
Rename F_TYPE_CMP() to F_TYPE_EQUAL()
[elogind.git] / src / shared / macro.h
index 969329d152368127cd38e133dc4db6b50ae4334d..0d3ff1cda578808ec2cb225ee4d97ce5ba213099 100644 (file)
@@ -273,7 +273,7 @@ do {                                                                    \
   * the const magic to the type, otherwise the compiler warns about
   * signed/unsigned comparison, because the magic can be 32 bit unsigned.
  */
-#define F_TYPE_CMP(a, b) (a == (typeof(a)) b)
+#define F_TYPE_EQUAL(a, b) (a == (typeof(a)) b)
 
 
 /* Returns the number of chars needed to format variables of the