* include/grub/libgcc.h (__STDC_VERSION__): Define if it's not yet so

to avoid the warning.
This commit is contained in:
Vladimir 'phcoder' Serbinenko 2012-02-29 15:28:02 +01:00
parent fb88381212
commit 97304d7c53
2 changed files with 8 additions and 0 deletions

View File

@ -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 ...

View File

@ -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. */