diff options
author | Ulrich Drepper <drepper@redhat.com> | 2008-12-05 03:25:18 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2008-12-05 03:25:18 +0000 |
commit | a53fd660a09c43cbbd7ccf27dd0d4a7bfa56f08b (patch) | |
tree | 5c57d65c7a5d34ffde0cc161d96b4f67f0783867 /locale/programs/ld-address.c | |
parent | 321002fde074237c504c64afb4e64431b63e039e (diff) | |
download | glibc-a53fd660a09c43cbbd7ccf27dd0d4a7bfa56f08b.zip glibc-a53fd660a09c43cbbd7ccf27dd0d4a7bfa56f08b.tar.gz glibc-a53fd660a09c43cbbd7ccf27dd0d4a7bfa56f08b.tar.bz2 |
(DEFINE_LANGUAGE_CODE2): Define.
Diffstat (limited to 'locale/programs/ld-address.c')
-rw-r--r-- | locale/programs/ld-address.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/locale/programs/ld-address.c b/locale/programs/ld-address.c index 6343b3c..df2e193 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" }; |