~ubuntu-branches/debian/sid/libhdf4/sid

« back to all changes in this revision

Viewing changes to mfhdf/libsrc/array.c

  • Committer: Bazaar Package Importer
  • Author(s): Philippe Troin
  • Date: 2001-08-17 18:15:39 UTC
  • Revision ID: james.westby@ubuntu.com-20010817181539-dxk88azjdkntsxbm
Tags: 4.1r4-13
* Fixed upstream version detection in debian/rules.
* Change all instances of the linux C preprocessor symbol to __linux__
  to avoid breaking other packages; patch courtesy of James Troup
  <james@nocrew.org>; closes: #108921.

Show diffs side-by-side

added added

removed removed

Lines of Context:
610
610
        case NC_LONG :
611
611
#if defined _CRAYMPP
612
612
                xdr_NC_fnct = xdr_short;
613
 
#elif defined __alpha || (_MIPS_SZLONG == 64) || defined IA64
 
613
#elif defined __alpha || (_MIPS_SZLONG == 64) || defined IA64 || defined __ia64__
614
614
                xdr_NC_fnct = xdr_int ;
615
615
#else
616
616
                xdr_NC_fnct = xdr_long ;