=================================================================== RCS file: /home/cvs/OpenXM_contrib2/asir2000/include/ca.h,v retrieving revision 1.66 retrieving revision 1.67 diff -u -p -r1.66 -r1.67 --- OpenXM_contrib2/asir2000/include/ca.h 2006/11/29 05:08:14 1.66 +++ OpenXM_contrib2/asir2000/include/ca.h 2007/01/30 03:25:52 1.67 @@ -45,7 +45,7 @@ * DEVELOPER SHALL HAVE NO LIABILITY IN CONNECTION WITH THE USE, * PERFORMANCE OR NON-PERFORMANCE OF THE SOFTWARE. * - * $OpenXM: OpenXM_contrib2/asir2000/include/ca.h,v 1.65 2006/04/16 00:51:14 noro Exp $ + * $OpenXM: OpenXM_contrib2/asir2000/include/ca.h,v 1.66 2006/11/29 05:08:14 noro Exp $ */ #include #include @@ -92,6 +92,8 @@ typedef void * pointer; #define bcopy(x,y,len) memcpy(y,x,len) #endif #endif + +#define TODO printf("%s: not implemented!\n", __func__) #define COPY(a,b) ((b)=(a)) #define FREEN(p)