diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2023-02-11 12:31:51 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2023-02-11 12:31:51 -0800 |
commit | 1a4c0388e5a8c938544e0e6c5ccdb92a51de1b84 (patch) | |
tree | 0b1722d214e989a0dbd4365fb8376832b22951a6 /xkbprint.c | |
parent | 7500b59a3ce665fa53c476fe26a01db96dc994be (diff) |
SGI's End of Support Life for Irix was December 2013
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'xkbprint.c')
-rw-r--r-- | xkbprint.c | 9 |
1 files changed, 0 insertions, 9 deletions
@@ -39,9 +39,6 @@ #include <X11/extensions/XKBfile.h> #include <X11/keysym.h> -#if defined(sgi) -#include <malloc.h> -#endif #include <stdlib.h> @@ -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(); */ |