(STREQ): New macro.

This commit is contained in:
Jim Meyering
1996-06-19 02:00:24 +00:00
parent 487366d091
commit b4e8fc709e
+2
View File
@@ -337,3 +337,5 @@ char *alloca ();
# define textdomain(Domain) /* empty */
# define _(Text) Text
#endif
#define STREQ(a,b) (strcmp((a), (b)) == 0)