}
+#ifdef __cplusplus
+extern "C"
+{
+#endif
+
/*---------------------------------------------*/
static
void mySignalCatcher ( IntNative n )
{ cadvise(); cleanUpAndFail( 2 ); }
}
+#ifdef __cplusplus
+}
+#endif
/*---------------------------------------------*/
static
/*---------------------------------------------------*/
+#ifdef __cplusplus
+extern "C"
+{
+#endif
+
static
void* default_bzalloc ( void* opaque, Int32 items, Int32 size )
{
if (addr != NULL) free ( addr );
}
+#ifdef __cplusplus
+}
+#endif
/*---------------------------------------------------*/
static