Changeset 4541 for trunk/psLib/swig/pslib.i
- Timestamp:
- Jul 12, 2005, 9:27:28 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/swig/pslib.i (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/swig/pslib.i
r3684 r4541 2 2 3 3 %{ 4 #define PS_ALLOW_MALLOC 4 #define PS_ALLOW_MALLOC 5 5 #define SWIG 6 6 #include "pslib.h" 7 7 8 8 /* SWIG uses malloc/free - make it use the pslib memory functions instead. */ 9 /* 9 /* 10 10 #define malloc(S) psAlloc(S) 11 11 #define realloc(P,S) psRealloc(P,S) … … 36 36 #if defined(SWIGPERL) 37 37 if (!SvOK($input)) { 38 $1 = NULL; 38 $1 = NULL; 39 39 } else { 40 40 $1 = PerlIO_findFILE(IoIFP(sv_2io($input))); … … 58 58 59 59 /* the actual including of headers are found in each of the directories. */ 60 %include "sysUtils.i" 61 %include "image.i" 62 %include "dataIO.i" 63 %include "dataManip.i" 64 %include "collections.i" 65 %include "astronomy.i" 60 %include "astro.i" 61 %include "db.i" 62 %include "fft.i" 63 %include "fits.i" 64 %include "imageops.i" 65 %include "math.i" 66 %include "mathtypes.i" 67 %include "sys.i" 68 %include "types.i" 69 %include "xml.i"
Note:
See TracChangeset
for help on using the changeset viewer.
