~ubuntu-branches/ubuntu/jaunty/ncbi-tools6/jaunty

« back to all changes in this revision

Viewing changes to api/utilpub.c

  • Committer: Bazaar Package Importer
  • Author(s): Aaron M. Ucko
  • Date: 2008-07-14 19:43:15 UTC
  • mfrom: (2.1.12 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080714194315-ed44u9ek7txva2rz
Tags: 6.1.20080302-3
tools/readdb.c: enable madvise()-based code on all glibc (hence all
Debian) systems, not just Linux.  (Closes: #490437.)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1442
1442
        }
1443
1443
}
1444
1444
 
1445
 
static Boolean empty_citgen(CitGenPtr  cit)
 
1445
NLM_EXTERN Boolean empty_citgen(CitGenPtr  cit)
1446
1446
{
1447
1447
        if (cit == NULL)
1448
1448
                return TRUE;