* include/grub/dl.h: Remove double declaration of GRUB_MOD_DEP.

Use __unused__ rather than __used__ on gcc < 3.2.
This commit is contained in:
Vladimir 'phcoder' Serbinenko 2013-10-18 16:41:50 +02:00
parent 0d3a6f8540
commit f4ccf29dd5
2 changed files with 15 additions and 11 deletions

View file

@ -1,3 +1,8 @@
2013-10-18 Vladimir Serbinenko <phcoder@gmail.com>
* include/grub/dl.h: Remove double declaration of GRUB_MOD_DEP.
Use __unused__ rather than __used__ on gcc < 3.2.
2013-10-18 Vladimir Serbinenko <phcoder@gmail.com>
* include/grub/setjmp.h: Define RETURNS_TWICE. Keep it empty for