From 069293a7e7b6b22401e0b13345fa555c7d5a878c Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Thu, 11 Oct 2007 02:32:32 +0000 Subject: Remove tok_elif, add tok_elifdef and tok_elifndef. --- locale/programs/locfile-token.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'locale/programs/locfile-token.h') diff --git a/locale/programs/locfile-token.h b/locale/programs/locfile-token.h index d6db1a778c..aba0c0ef6b 100644 --- a/locale/programs/locfile-token.h +++ b/locale/programs/locfile-token.h @@ -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 , 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, -- cgit 1.4.1