~ubuntu-branches/ubuntu/edgy/e2fsprogs/edgy-updates

« back to all changes in this revision

Viewing changes to intl/plural-exp.c

  • Committer: Bazaar Package Importer
  • Author(s): Tollef Fog Heen
  • Date: 2005-08-23 10:42:10 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20050823104210-t15igvmgrkzea0dq
Tags: 1.38-2ubuntu1
* Merge with Debian.  (Ubuntu #13757)
* Remove tests/f_bad_disconnected_inode/image.gz to be able to build the
  package.  This will (hopefully) be in the next upstream version and is
  just used for testing.

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
    {