projects
/
kopensolaris-gnu
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from parent 1:
5cc0ffe
)
bison plural.c plural.y
author
drepper
<drepper>
Fri, 5 Jan 2001 06:18:37 +0000
(06:18 +0000)
committer
drepper
<drepper>
Fri, 5 Jan 2001 06:18:37 +0000
(06:18 +0000)
intl/plural.c
patch
|
blob
|
history
diff --git
a/intl/plural.c
b/intl/plural.c
index
e18b122
..
c3eeaeb
100644
(file)
--- a/
intl/plural.c
+++ b/
intl/plural.c
@@
-16,7
+16,7
@@
#line 1 "plural.y"
/* Expression parsing for plural form selection.
#line 1 "plural.y"
/* Expression parsing for plural form selection.
- Copyright (C) 2000 Free Software Foundation, Inc.
+ Copyright (C) 2000
, 2001
Free Software Foundation, Inc.
Written by Ulrich Drepper <drepper@cygnus.com>, 2000.
The GNU C Library is free software; you can redistribute it and/or
Written by Ulrich Drepper <drepper@cygnus.com>, 2000.
The GNU C Library is free software; you can redistribute it and/or
@@
-1163,7
+1163,7
@@
yylex (YYSTYPE *lval, const char **pexp)
case '0': case '1': case '2': case '3': case '4':
case '5': case '6': case '7': case '8': case '9':
{
case '0': case '1': case '2': case '3': case '4':
case '5': case '6': case '7': case '8': case '9':
{
- unsigned long int n =
exp[-1]
- '0';
+ unsigned long int n =
result
- '0';
while (exp[0] >= '0' && exp[0] <= '9')
{
n *= 10;
while (exp[0] >= '0' && exp[0] <= '9')
{
n *= 10;