]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
2009-10-28 Robert Millan <rmh.grub@aybabtu.com>
authorrobertmh <robertmh@localhost>
Wed, 28 Oct 2009 22:55:27 +0000 (22:55 +0000)
committerrobertmh <robertmh@localhost>
Wed, 28 Oct 2009 22:55:27 +0000 (22:55 +0000)
        * include/grub/misc.h: Stop checking for APPLE_CC.

ChangeLog
include/grub/misc.h

index a792f04e5fef147e17b6641d28e4cff77bf3e105..ff7098c5833d6946c1d3b02009b6815ae51d9d1e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2009-10-28  Robert Millan  <rmh.grub@aybabtu.com>
+
+       * include/grub/misc.h: Stop checking for APPLE_CC.
+
 2009-10-28  Robert Millan  <rmh.grub@aybabtu.com>
 
        * kern/i386/coreboot/init.c (grub_exit): Reimplement in a way that
index e3a0628988afdc3441bd9150cbc796dcd5c52040..faa2d5c42ad9c1d3c7cb57979dd347793df969f7 100644 (file)
@@ -76,7 +76,7 @@ grub_strncat (char *dest, const char *src, int c)
 }
 
 /* Prototypes for aliases.  */
-#if !defined (GRUB_UTIL) && !defined (APPLE_CC)
+#ifndef GRUB_UTIL
 int EXPORT_FUNC(memcmp) (const void *s1, const void *s2, grub_size_t n);
 void *EXPORT_FUNC(memmove) (void *dest, const void *src, grub_size_t n);
 void *EXPORT_FUNC(memcpy) (void *dest, const void *src, grub_size_t n);