* include/grub/libgcc.h (__STDC_VERSION__): Define if it's not yet so
to avoid the warning.
This commit is contained in:
parent
fb88381212
commit
97304d7c53
2 changed files with 8 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2012-02-29 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
* include/grub/libgcc.h (__STDC_VERSION__): Define if it's not yet so
|
||||
to avoid the warning.
|
||||
|
||||
2012-02-29 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
* grub-core/boot/i386/pc/diskboot.S (firstlist): Rename to ...
|
||||
|
|
|
@ -17,6 +17,9 @@
|
|||
*/
|
||||
|
||||
/* We need to include config-util.h.in for HAVE_*. */
|
||||
#ifndef __STDC_VERSION__
|
||||
#define __STDC_VERSION__ 0
|
||||
#endif
|
||||
#include <config-util.h>
|
||||
|
||||
/* On x86 these functions aren't really needed. Save some space. */
|
||||
|
|
Loading…
Reference in a new issue