* util/grub-macho2img.c: Add comment concerning gettext.

* grub-core/lib/legacy_parse.c: Likewise.
This commit is contained in:
Vladimir 'phcoder' Serbinenko 2011-11-11 20:52:41 +01:00
parent c1860f878b
commit 5b289bc5f6
3 changed files with 10 additions and 0 deletions

View file

@ -25,6 +25,8 @@
#include <string.h>
#include <stdlib.h>
/* Please don't internationalise this file. It's pointless. */
/* XXX: this file assumes particular Mach-O layout and does no checks. */
/* However as build system ensures correct usage of this tool this
shouldn't be a problem. */