diff options
-rw-r--r-- | psgeom.c | 3 | ||||
-rw-r--r-- | xkbprint.c | 9 |
2 files changed, 0 insertions, 12 deletions
@@ -42,9 +42,6 @@ #include <X11/keysym.h> #include <X11/Xutil.h> -#if defined(sgi) -#include <malloc.h> -#endif #include <stdlib.h> @@ -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(); */ |