From: Ulrich Drepper Date: Fri, 5 Dec 2008 03:25:18 +0000 (+0000) Subject: (DEFINE_LANGUAGE_CODE2): Define. X-Git-Tag: upstream/2.30~13946 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a53fd660a09c43cbbd7ccf27dd0d4a7bfa56f08b;p=external%2Fglibc.git (DEFINE_LANGUAGE_CODE2): Define. --- 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 , 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" };