grub/grub-core/efiemu
Andrey Borzenkov f371dd5da8 fix include loop on MinGW due to libintl.h pulling stdio.h
In file included from ./include/grub/dl.h:23:0,
                 from grub-core/lib/libgcrypt-grub/cipher/rfc2268.c:3:
./include/grub/list.h:34:18: warning: conflicting types for 'grub_list_push' [en
abled by default]
 void EXPORT_FUNC(grub_list_push) (grub_list_t *head, grub_list_t item);
                  ^
./include/grub/symbol.h:68:25: note: in definition of macro 'EXPORT_FUNC'
 # define EXPORT_FUNC(x) x
                         ^
In file included from ./include/grub/fs.h:30:0,
                 from ./include/grub/file.h:25,
                 from ./grub-core/lib/posix_wrap/stdio.h:23,
                 from c:\mingw\include\libintl.h:314,
                 from ./include/grub/i18n.h:33,
                 from ./include/grub/misc.h:27,
                 from ./include/grub/list.h:25,
                 from ./include/grub/dl.h:28,
                 from grub-core/lib/libgcrypt-grub/cipher/rfc2268.c:3:
./include/grub/partition.h:106:3: note: previous implicit declaration of 'grub_l
ist_push' was here
   grub_list_push (GRUB_AS_LIST_P (&grub_partition_map_list),
   ^
list.h needs just ATTRIBUTE_ERROR from misc.h; split compiler features
into separate file grub/compiler.h and include it instead.
2014-01-18 21:22:57 +04:00
..
i386 Consolidate cpuid code. 2013-10-27 00:02:01 +02:00
runtime * grub-core/Makefile.am (efiemu): Remove leftover -DAPPLE_CC and 2013-11-10 13:13:41 +01:00
loadcore.c Efiemu stylistic fixes and gettext. 2012-02-12 18:43:39 +01:00
loadcore32.c automake commit without merge history 2010-05-06 11:34:04 +05:30
loadcore64.c automake commit without merge history 2010-05-06 11:34:04 +05:30
loadcore_common.c Efiemu stylistic fixes and gettext. 2012-02-12 18:43:39 +01:00
main.c Efiemu stylistic fixes and gettext. 2012-02-12 18:43:39 +01:00
mm.c Remove nested functions from memory map iterators. 2013-01-15 12:02:35 +00:00
pnvram.c * grub-core/kern/env.c, include/grub/env.h: Change iterator through 2013-03-03 01:34:27 +01:00
prepare.c fix include loop on MinGW due to libintl.h pulling stdio.h 2014-01-18 21:22:57 +04:00
prepare32.c automake commit without merge history 2010-05-06 11:34:04 +05:30
prepare64.c automake commit without merge history 2010-05-06 11:34:04 +05:30
symbols.c Efiemu stylistic fixes and gettext. 2012-02-12 18:43:39 +01:00