chiark / gitweb /
logind: introduce session-devices
[elogind.git] / src / shared / macro.h
index bfe03f2ae055ce713d07ef16dc53b3cf8a9229bd..d4f92b60ec83ac37a88d932cf817d3d71413a308 100644 (file)
@@ -271,7 +271,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