~ubuntu-branches/ubuntu/maverick/texinfo/maverick

« back to all changes in this revision

Viewing changes to intl/plural-exp.c

  • Committer: Bazaar Package Importer
  • Author(s): Norbert Preining
  • Date: 2005-10-28 15:10:30 UTC
  • mto: (2.1.1 dapper) (3.1.4 hardy)
  • mto: This revision was merged to the branch mainline in revision 3.
  • Revision ID: james.westby@ubuntu.com-20051028151030-9nsf2s2k2z3fktjt
Tags: upstream-4.8
ImportĀ upstreamĀ versionĀ 4.8

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* Expression parsing for plural form selection.
2
 
   Copyright (C) 2000, 2001 Free Software Foundation, Inc.
 
2
   Copyright (C) 2000-2001, 2003 Free Software Foundation, Inc.
3
3
   Written by Ulrich Drepper <drepper@cygnus.com>, 2000.
4
4
 
5
5
   This program is free software; you can redistribute it and/or modify it
96
96
 
97
97
void
98
98
internal_function
99
 
EXTRACT_PLURAL_EXPRESSION (nullentry, pluralp, npluralsp)
100
 
     const char *nullentry;
101
 
     struct expression **pluralp;
102
 
     unsigned long int *npluralsp;
 
99
EXTRACT_PLURAL_EXPRESSION (const char *nullentry, struct expression **pluralp,
 
100
                           unsigned long int *npluralsp)
103
101
{
104
102
  if (nullentry != NULL)
105
103
    {