Commit 38d9d130 by Nathan Sidwell Committed by Jeff Law

system.h (_, N_): Remove dummy i18n macros.

        * system.h (_, N_): Remove dummy i18n macros.
        * protoize.c: Move inclusion of intl.h to after system.h.
        * cexp.y: Include intl.h.
        * cexp.c: Rebuilt.

From-SVN: r25117
parent 2d54e33a
Tue Feb 9 17:27:29 GMT 1999 Nathan Sidwell <nathan@acm.org>
* system.h (_, N_): Remove dummy i18n macros.
* protoize.c: Move inclusion of intl.h to after system.h.
* cexp.y: Include intl.h.
* cexp.c: Rebuilt.
Tue Feb 9 16:52:22 1999 Mumit Khan <khan@xraylith.wisc.edu> Tue Feb 9 16:52:22 1999 Mumit Khan <khan@xraylith.wisc.edu>
* gcc.c (convert_filename): Handle null filename argument. * gcc.c (convert_filename): Handle null filename argument.
......
...@@ -28,6 +28,7 @@ Boston, MA 02111-1307, USA. ...@@ -28,6 +28,7 @@ Boston, MA 02111-1307, USA.
#include "config.h" #include "config.h"
#include "system.h" #include "system.h"
#include "intl.h"
#include <setjmp.h> #include <setjmp.h>
/* #define YYDEBUG 1 */ /* #define YYDEBUG 1 */
......
...@@ -39,8 +39,6 @@ Boston, MA 02111-1307, USA. */ ...@@ -39,8 +39,6 @@ Boston, MA 02111-1307, USA. */
#include "config.h" #include "config.h"
#include "intl.h"
#if 0 #if 0
/* Users are not supposed to use _POSIX_SOURCE to say the /* Users are not supposed to use _POSIX_SOURCE to say the
system is a POSIX system. That is not what _POSIX_SOURCE means! -- rms */ system is a POSIX system. That is not what _POSIX_SOURCE means! -- rms */
...@@ -60,6 +58,8 @@ Boston, MA 02111-1307, USA. */ ...@@ -60,6 +58,8 @@ Boston, MA 02111-1307, USA. */
#endif #endif
#include "system.h" #include "system.h"
#include "intl.h"
#if ! defined (_WIN32) || defined (__CYGWIN__) #if ! defined (_WIN32) || defined (__CYGWIN__)
#if defined(POSIX) || defined(CONCURRENT) #if defined(POSIX) || defined(CONCURRENT)
#include <dirent.h> #include <dirent.h>
......
...@@ -404,10 +404,6 @@ extern void abort (); ...@@ -404,10 +404,6 @@ extern void abort ();
# endif # endif
#endif /* ! STRINGIFY */ #endif /* ! STRINGIFY */
/* These macros are here in preparation for the use of gettext in egcs. */
#define _(String) String
#define N_(String) String
#if HAVE_SYS_STAT_H #if HAVE_SYS_STAT_H
# include <sys/stat.h> # include <sys/stat.h>
#endif #endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment