Remove definition of setlocale.
authorJim Meyering <jim@meyering.net>
Sat, 2 Jan 1999 05:30:07 +0000 (05:30 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 2 Jan 1999 05:30:07 +0000 (05:30 +0000)
Remove definitions of bindtextdomain and textdomain.

lib/argmatch.c

index 3a181fcca3fe31cd72a029598a637d11b9094b50..efe22cd477705c6786893c0570a5bfd47cf66b9c 100644 (file)
@@ -1,5 +1,5 @@
 /* argmatch.c -- find a match for a string in an array
-   Copyright (C) 1990, 1998 Free Software Foundation, Inc.
+   Copyright (C) 1990, 1998, 1999 Free Software Foundation, Inc.
 
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
 #if HAVE_LOCALE_H
 # include <locale.h>
 #endif
-#if !HAVE_SETLOCALE
-# define setlocale(Category, Locale) /* empty */
-#endif
 
 #if ENABLE_NLS
 # include <libintl.h>
 # define _(Text) gettext (Text)
 #else
-# define bindtextdomain(Domain, Directory) /* empty */
-# define textdomain(Domain) /* empty */
 # define _(Text) Text
 #endif