* 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
@ -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>
|
2012-02-29 Vladimir Serbinenko <phcoder@gmail.com>
|
||||||
|
|
||||||
* grub-core/boot/i386/pc/diskboot.S (firstlist): Rename to ...
|
* grub-core/boot/i386/pc/diskboot.S (firstlist): Rename to ...
|
||||||
|
|||||||
@ -17,6 +17,9 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/* We need to include config-util.h.in for HAVE_*. */
|
/* We need to include config-util.h.in for HAVE_*. */
|
||||||
|
#ifndef __STDC_VERSION__
|
||||||
|
#define __STDC_VERSION__ 0
|
||||||
|
#endif
|
||||||
#include <config-util.h>
|
#include <config-util.h>
|
||||||
|
|
||||||
/* On x86 these functions aren't really needed. Save some space. */
|
/* On x86 these functions aren't really needed. Save some space. */
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user