(DEFINE_LANGUAGE_CODE2): Define.
authorUlrich Drepper <drepper@redhat.com>
Fri, 5 Dec 2008 03:25:18 +0000 (03:25 +0000)
committerUlrich Drepper <drepper@redhat.com>
Fri, 5 Dec 2008 03:25:18 +0000 (03:25 +0000)
locale/programs/ld-address.c

index 6343b3c..df2e193 100644 (file)
@@ -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"
 };