Changeset 807


Ignore:
Timestamp:
03/08/06 15:13:37 (6 years ago)
Author:
faa59
Message:

Remove HDF4 dependency - <hdf.h> was only needed for "intn" type
which always seems to be int

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bindings/java/native/hdfnativeImp.c

    r140 r807  
    2929 *         but unavoidable performance hit. 
    3030 */ 
    31 #include "hdf.h" 
    3231 
    3332#include <stdio.h> 
     33 
     34/* #include "hdf.h"    /* this only seems to be needed to define "intn" */ 
     35typedef int intn; 
    3436 
    3537#include "jni.h" 
Note: See TracChangeset for help on using the changeset viewer.