Remove ancient compatibility check
authorRan Benita <ran234@gmail.com>
Fri, 24 Feb 2012 13:51:31 +0000 (15:51 +0200)
committerRan Benita <ran234@gmail.com>
Sat, 25 Feb 2012 09:59:56 +0000 (11:59 +0200)
Other headers include malloc just fine.

Signed-off-by: Ran Benita <ran234@gmail.com>
makekeys/makekeys.c

index c4142ec..21d70f5 100644 (file)
@@ -33,9 +33,6 @@ from The Open Group.
 #include <X11/keysymdef.h>
 #include <stdio.h>
 #include <stdlib.h>
-#if defined(macII) && !defined(__STDC__)  /* stdlib.h fails to define these */
-char *malloc();
-#endif /* macII */
 
 typedef unsigned long Signature;