diff options
Diffstat (limited to 'xc/lib/Xmu/CvtCache.c')
-rw-r--r-- | xc/lib/Xmu/CvtCache.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/xc/lib/Xmu/CvtCache.c b/xc/lib/Xmu/CvtCache.c index d363fedd9..176a22181 100644 --- a/xc/lib/Xmu/CvtCache.c +++ b/xc/lib/Xmu/CvtCache.c @@ -21,7 +21,7 @@ used in advertising or otherwise to promote the sale, use or other dealings in this Software without prior written authorization from The Open Group. */ -/* $XFree86: xc/lib/Xmu/CvtCache.c,v 3.4 2001/01/17 19:42:54 dawes Exp $ */ +/* $XFree86: xc/lib/Xmu/CvtCache.c,v 3.5 2001/07/25 15:04:50 dawes Exp $ */ /* * Author: Jim Fulton, MIT X Consortium @@ -31,12 +31,7 @@ in this Software without prior written authorization from The Open Group. #include <X11/Xlib.h> #include <X11/Xos.h> #include <X11/Xmu/CvtCache.h> - -#ifdef X_NOT_STDC_ENV -extern char *malloc(); -#else #include <stdlib.h> -#endif /* * Prototypes |