OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [tags/] [start/] [gdb-5.0/] [opcodes/] [opintl.h] - Diff between revs 579 and 1765

Only display areas with differences | Details | Blame | View Log

Rev 579 Rev 1765
/* opintl.h - opcodes specific header for gettext code.
/* opintl.h - opcodes specific header for gettext code.
   Copyright (C) 1998, 1999 Free Software Foundation, Inc.
   Copyright (C) 1998, 1999 Free Software Foundation, Inc.
 
 
   Written by Tom Tromey <tromey@cygnus.com>
   Written by Tom Tromey <tromey@cygnus.com>
 
 
   This file is part of the opcodes library used by GAS and the GNU binutils.
   This file is part of the opcodes library used by GAS and the GNU binutils.
 
 
   You should have received a copy of the GNU General Public License
   You should have received a copy of the GNU General Public License
   along with GAS; see the file COPYING.  If not, write to the Free
   along with GAS; see the file COPYING.  If not, write to the Free
   Software Foundation, 59 Temple Place - Suite 330, Boston, MA
   Software Foundation, 59 Temple Place - Suite 330, Boston, MA
   02111-1307, USA. */
   02111-1307, USA. */
 
 
#ifdef ENABLE_NLS
#ifdef ENABLE_NLS
# include <libintl.h>
# include <libintl.h>
# define _(String) dgettext (PACKAGE, String)
# define _(String) dgettext (PACKAGE, String)
# ifdef gettext_noop
# ifdef gettext_noop
#  define N_(String) gettext_noop (String)
#  define N_(String) gettext_noop (String)
# else
# else
#  define N_(String) (String)
#  define N_(String) (String)
# endif
# endif
#else
#else
/* Stubs that do something close enough.  */
/* Stubs that do something close enough.  */
# define textdomain(String) (String)
# define textdomain(String) (String)
# define gettext(String) (String)
# define gettext(String) (String)
# define dgettext(Domain,Message) (Message)
# define dgettext(Domain,Message) (Message)
# define dcgettext(Domain,Message,Type) (Message)
# define dcgettext(Domain,Message,Type) (Message)
# define bindtextdomain(Domain,Directory) (Domain)
# define bindtextdomain(Domain,Directory) (Domain)
# define _(String) (String)
# define _(String) (String)
# define N_(String) (String)
# define N_(String) (String)
#endif
#endif
 
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.