mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-08-12 12:00:21 +02:00
(STREQ): New macro.
This commit is contained in:
@@ -337,3 +337,5 @@ char *alloca ();
|
||||
# define textdomain(Domain) /* empty */
|
||||
# define _(Text) Text
|
||||
#endif
|
||||
|
||||
#define STREQ(a,b) (strcmp((a), (b)) == 0)
|
||||
|
||||
Reference in New Issue
Block a user