|
Latest News
Emacs Project Page on Savannah Emacs for Mac OS Classic Project Page
|
This is Emacs 21's Mac OS X maintainer's web page.
A change to
Index: getopt.c =================================================================== RCS file: /cvsroot/emacs/emacs/lib-src/getopt.c,v retrieving revision 1.21 diff -u -r1.21 getopt.c --- getopt.c 5 Dec 2002 15:30:09 -0000 1.21 +++ getopt.c 6 Dec 2002 17:32:51 -0000 @@ -83,7 +83,11 @@ # include "gettext.h" #endif #endif +#ifdef HAVE_LIBINTL_H #define _(msgid) gettext (msgid) +#else +#define _(msgid) (msgid) +#endif #if defined _LIBC && defined USE_IN_LIBIO # include
|
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Copyright © 2003 Andrew Choi <akochoi-emacs at shaw.ca> |
Created with BlogMax |
|
|