* grub-core/kern/misc.c (grub_isprint): Move to ...
* include/grub/misc.h (grub_isprint): ... here. Make inline. Saves 20 bytes on compressed image due to remving exporting.
This commit is contained in:
parent
067e6ae74d
commit
00f72e890b
3 changed files with 13 additions and 8 deletions
|
@ -1,3 +1,10 @@
|
|||
2013-10-21 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
* grub-core/kern/misc.c (grub_isprint): Move to ...
|
||||
* include/grub/misc.h (grub_isprint): ... here. Make inline.
|
||||
|
||||
Saves 20 bytes on compressed image due to remving exporting.
|
||||
|
||||
2013-10-21 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
* grub-core/fs/ntfs.c (grub_ntfs_mount): Remove redundant check.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue