]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Remove tok_elif, add tok_elifdef and tok_elifndef.
authorUlrich Drepper <drepper@redhat.com>
Thu, 11 Oct 2007 02:32:32 +0000 (02:32 +0000)
committerUlrich Drepper <drepper@redhat.com>
Thu, 11 Oct 2007 02:32:32 +0000 (02:32 +0000)
locale/programs/locfile-kw.gperf
locale/programs/locfile-token.h

index 936256ab3486b41c6d7210e4d621e4246ac08e96..f0612e488253b18299690271e491b70892606afe 100644 (file)
@@ -1,5 +1,5 @@
 %{
-/* Copyright (C) 1996,1997,1998,1999,2000,2005 Free Software Foundation, Inc.
+/* Copyright (C) 1996-2000,2005,2007 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Contributed by Ulrich Drepper <drepper@gnu.org>, 1996.
 
@@ -76,7 +76,8 @@ define,                 tok_define,                 0
 undef,                  tok_undef,                  0
 ifdef,                  tok_ifdef,                  0
 else,                   tok_else,                   0
-elif,                   tok_elif,                   0
+elifdef,                tok_elifdef,                0
+elifndef,               tok_elifndef,               0
 endif,                  tok_endif,                  0
 LC_MONETARY,            tok_lc_monetary,            0
 int_curr_symbol,        tok_int_curr_symbol,        0
index d6db1a778c018888272c74f7003a5fd9da0719f3..aba0c0ef6b37f7a3a49fb265dbd41f7034bb2f20 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1996,1997,1998,1999,2000,2005 Free Software Foundation, Inc.
+/* Copyright (C) 1996-2000,2005,2007 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Contributed by Ulrich Drepper <drepper@gnu.org>, 1996.
 
@@ -115,7 +115,8 @@ enum token_t
   tok_ifdef,
   tok_ifndef,
   tok_else,
-  tok_elif,
+  tok_elifdef,
+  tok_elifndef,
   tok_endif,
   tok_lc_monetary,
   tok_int_curr_symbol,