~ubuntu-branches/ubuntu/dapper/groff/dapper

« back to all changes in this revision

Viewing changes to src/preproc/grn/hdb.cc

  • Committer: Bazaar Package Importer
  • Author(s): Colin Watson
  • Date: 2005-09-13 10:38:10 UTC
  • Revision ID: james.westby@ubuntu.com-20050913103810-xsfir5pq33gd7wcr
Tags: 1.18.1.1-10
* Configure gxditview with 'xmkmf -DBuildXaw=NO' to override imake's
  incorrect ideas about library linkage and avoid libXp when linking with
  libXaw7. We don't need Xprint support anyway.
* Build-depend on just libxaw7-dev, dropping the alternative.

Show diffs side-by-side

added added

removed removed

Lines of Context:
115
115
    type = DBGetType(string);   /* interpret element type */
116
116
    if (type < 0) {             /* no more data */
117
117
      done = TRUE;
118
 
      (void) fclose(file);
119
118
    } else {
120
119
#ifdef UW_FASTSCAN
121
120
      (void) xscanf(file, &x, &y);              /* always one point */