From 1a4c0388e5a8c938544e0e6c5ccdb92a51de1b84 Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Sat, 11 Feb 2023 12:31:51 -0800 Subject: unifdef -Usgi SGI's End of Support Life for Irix was December 2013 Signed-off-by: Alan Coopersmith --- psgeom.c | 3 --- xkbprint.c | 9 --------- 2 files changed, 12 deletions(-) diff --git a/psgeom.c b/psgeom.c index f4072da..33d3534 100644 --- a/psgeom.c +++ b/psgeom.c @@ -42,9 +42,6 @@ #include #include -#if defined(sgi) -#include -#endif #include diff --git a/xkbprint.c b/xkbprint.c index 8a9a04d..d45a42a 100644 --- a/xkbprint.c +++ b/xkbprint.c @@ -39,9 +39,6 @@ #include #include -#if defined(sgi) -#include -#endif #include @@ -622,12 +619,6 @@ main(int argc, char *argv[]) uSetErrorFile(NullString); if (!parseArgs(argc, argv)) exit(1); -#ifdef DEBUG -#ifdef sgi - if (debugFlags & 0x4) - mallopt(M_DEBUG, 1); -#endif -#endif file = NULL; XkbInitAtoms(NULL); /* XkbInitIncludePath(); */ -- cgit v1.2.3