summaryrefslogtreecommitdiff
path: root/locale
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2008-12-05 03:25:18 +0000
committerUlrich Drepper <drepper@redhat.com>2008-12-05 03:25:18 +0000
commita53fd660a09c43cbbd7ccf27dd0d4a7bfa56f08b (patch)
tree5c57d65c7a5d34ffde0cc161d96b4f67f0783867 /locale
parent321002fde074237c504c64afb4e64431b63e039e (diff)
(DEFINE_LANGUAGE_CODE2): Define.
Diffstat (limited to 'locale')
-rw-r--r--locale/programs/ld-address.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/locale/programs/ld-address.c b/locale/programs/ld-address.c
index 6343b3c8a4..df2e193142 100644
--- a/locale/programs/ld-address.c
+++ b/locale/programs/ld-address.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1998-2002, 2005, 2006 Free Software Foundation, Inc.
+/* Copyright (C) 1998-2002, 2005, 2006, 2008 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
@@ -57,6 +57,8 @@ static struct
{ #Ab, #Term, #Lib },
#define DEFINE_LANGUAGE_CODE3(Name, Term, Lib) \
{ "", #Term, #Lib },
+#define DEFINE_LANGUAGE_CODE2(Name, Term) \
+ { "", #Term, "" },
#include "iso-639.def"
};