]> granicus.if.org Git - graphviz/commitdiff
remove no-longer-used Strcmp
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sun, 28 Feb 2021 06:08:02 +0000 (22:08 -0800)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 6 Mar 2021 16:32:45 +0000 (08:32 -0800)
cmd/lefty/aix_mods/common.h

index 6fc296f497a3cb75b11d08992b0982c7660a25da..3532295a83f3cc86a90abf4adbaf471438de7d6e 100644 (file)
@@ -55,16 +55,6 @@ extern "C" {
 
 /*#define M_PI 3.14159265358979323846 */
 
-#ifndef REALSTRCMP
-#define Strcmp(s1, s2) ( \
-    *(s1) == *(s2) ? ( \
-        (*s1) ? strcmp ((s1) + 1, (s2) + 1) : 0 \
-    ) : (*(s1) < *(s2) ? -1 : 1) \
-)
-#else
-#define Strcmp(s1, s2) strcmp ((s1), (s2))
-#endif
-
     extern int warnflag;
     extern char *leftypath, *leftyoptions, *shellpath;
     extern jmp_buf exitljbuf;