Remove _() and N_() from platform.h. #define them as NOP macros in the two

files still using them.  I didn't remove them from e2fsck.c to avoid stomping
pending cleanup patches from Garrett, and I didn't bother to remove them from
fdisk.c because that entire file needs to be rewritten from scratch.
This commit is contained in:
Rob Landley
2006-05-29 05:00:44 +00:00
parent 8394729ddf
commit 15d20a03d6
3 changed files with 9 additions and 12 deletions

View File

@@ -10,6 +10,8 @@
#define UTIL_LINUX_VERSION "2.12"
#define _(x) x
#define PROC_PARTITIONS "/proc/partitions"
#include <features.h>