gdb: Fix build breakage with GCC 4.1 and --disable-nls
[deliverable/binutils-gdb.git] / gdb / common / gdb_locale.h
index 3e9baadd70209ac86f28dadfa0d913012692af2c..f9538a731f05c641ffe914a4e2fe070dd8417506 100644 (file)
@@ -1,5 +1,5 @@
 /* GDB-friendly replacement for <locale.h>.
-   Copyright (C) 2002-2015 Free Software Foundation, Inc.
+   Copyright (C) 2002-2016 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
 #  define N_(String) (String)
 # endif
 #else
-# define gettext(Msgid) (Msgid)
-# define dgettext(Domainname, Msgid) (Msgid)
-# define dcgettext(Domainname, Msgid, Category) (Msgid)
-# define textdomain(Domainname) while (0) /* nothing */
-# define bindtextdomain(Domainname, Dirname) while (0) /* nothing */
 # define _(String) (String)
 # define N_(String) (String)
 #endif
This page took 0.035276 seconds and 4 git commands to generate.