* grub-core/lib/posix_wrap/stdlib.h (MB_CUR_MAX): Moved from here ...

* grub-core/lib/posix_wrap/wchar.h (MB_CUR_MAX): ... here. Value fixed.
This commit is contained in:
Vladimir 'phcoder' Serbinenko 2012-01-14 11:48:56 +01:00
parent 8ee1101a97
commit b4bf7c3b20
3 changed files with 9 additions and 4 deletions

View file

@ -52,6 +52,4 @@ abort (void)
grub_abort ();
}
#define MB_CUR_MAX 6
#endif