(STREQ): New macro.
authorJim Meyering <jim@meyering.net>
Wed, 19 Jun 1996 02:00:24 +0000 (02:00 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 19 Jun 1996 02:00:24 +0000 (02:00 +0000)
src/system.h

index 4586ca4..2d71935 100644 (file)
@@ -337,3 +337,5 @@ char *alloca ();
 # define textdomain(Domain) /* empty */
 # define _(Text) Text
 #endif
+
+#define STREQ(a,b) (strcmp((a), (b)) == 0)