1 /* intl.h - internationalization
2 Copyright 1998 Free Software Foundation, Inc.
4 GCC is free software; you can redistribute it and/or modify
5 it under the terms of the GNU General Public License as published by
6 the Free Software Foundation; either version 2, or (at your option)
9 GCC is distributed in the hope that it will be useful,
10 but WITHOUT ANY WARRANTY; without even the implied warranty of
11 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 GNU General Public License for more details.
14 You should have received a copy of the GNU General Public License
15 along with GCC; see the file COPYING. If not, write to the Free
16 Software Foundation, 59 Temple Place - Suite 330, Boston, MA
23 #ifndef HAVE_SETLOCALE
24 # define setlocale(category, locale) (locale)
29 extern const char localedir
[];
31 /* Stubs that do something close enough. */
35 # define textdomain(domain) (domain)
36 # ifdef bindtextdomain
37 # undef bindtextdomain
39 # define bindtextdomain(domain, directory) (domain)
43 # define gettext(msgid) (msgid)
47 # define _(msgid) gettext (msgid)
51 # define N_(msgid) (msgid)