Skip to content

Commit

Permalink
Remove tok_elif, add tok_elifdef and tok_elifndef.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulrich Drepper committed Oct 11, 2007
1 parent d17af6b commit 069293a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions locale/programs/locfile-kw.gperf
Original file line number Diff line number Diff line change
@@ -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.

Expand Down Expand Up @@ -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
Expand Down
5 changes: 3 additions & 2 deletions locale/programs/locfile-token.h
Original file line number Diff line number Diff line change
@@ -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.
Expand Down Expand Up @@ -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,
Expand Down

0 comments on commit 069293a

Please sign in to comment.