mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-12 16:20:06 +00:00
(DEFINE_LANGUAGE_CODE2): Define.
This commit is contained in:
parent
321002fde0
commit
a53fd660a0
@ -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"
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user