Remove _() and N_() from platform.h. #define them as NOP macros in the two
authorRob Landley <rob@landley.net>
Mon, 29 May 2006 05:00:44 +0000 (05:00 -0000)
committerRob Landley <rob@landley.net>
Mon, 29 May 2006 05:00:44 +0000 (05:00 -0000)
commit15d20a03d6e1c995fa8b80542568f5db4091f734
tree1f002dd3cbcf4150910c3281c946bb7ea8dd8add
parent8394729ddfb2d340877e83be9c1f13ee59fc2557
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.
e2fsprogs/e2fsck.c
include/platform.h
util-linux/fdisk.c