IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 7, 2005, 1:26:25 PM (21 years ago)
Author:
desonia
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/swig/pslib.i

    r3124 r3145  
    55#define SWIG
    66#include "pslib.h"
     7
     8/* SWIG uses malloc/free - make it use the pslib memory functions instead. */
     9/*
     10#define malloc(S)    psAlloc(S)
     11#define realloc(P,S) psRealloc(P,S)
     12#define free(P)      psFree(P)
     13*/
     14
    715%}
     16
     17/* grab the typedefs used throughout psLib, e.g. psU8, psU16,... */
     18%import "psType.h"
     19%import "psMemory.h"
    820
    921%include "cpointer.i"
Note: See TracChangeset for help on using the changeset viewer.