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
..
2013-12-23 05:01:58 +01:00
2013-12-24 18:10:28 +01:00
2013-12-17 23:40:49 +01:00
2013-12-17 22:49:27 +01:00
2013-05-03 15:07:39 +02:00
2010-08-17 19:03:22 +05:30
2010-08-17 19:03:22 +05:30
2010-09-04 17:10:10 +02:00
2012-02-26 19:10:52 +01:00
2010-08-17 19:03:22 +05:30
2013-12-23 05:01:58 +01:00
2011-10-01 22:51:12 +02:00
2013-12-17 14:45:46 +01:00
2010-08-17 19:03:22 +05:30
2010-08-17 19:03:22 +05:30
2012-03-04 14:55:13 +01:00
2010-08-28 14:52:25 +02:00
2013-12-08 18:12:20 +01:00
2010-08-29 13:45:36 +02:00
2011-11-30 16:20:13 +01:00
2010-08-17 19:03:22 +05:30
2010-09-24 14:05:47 +02:00
2010-08-17 19:03:22 +05:30
2010-09-13 12:16:22 +02:00
2010-08-17 19:03:22 +05:30
2013-12-18 05:28:05 +01:00
2013-12-08 17:49:02 +01:00
2011-11-30 16:20:13 +01:00
2013-12-18 18:43:09 +01:00