Kaydet (Commit) 7c4eb40a authored tarafından Sjoerd Mullender's avatar Sjoerd Mullender

Changed an ifdef from IRIX_405 to CDsetcallback.

üst 37f17b72
......@@ -738,7 +738,7 @@ CD_addcallback(self, args)
return NULL;
}
#ifdef IRIX_405
#ifdef CDsetcallback
CDaddcallback(self->ob_cdparser, (CDDATATYPES) type, CD_callback, (void *) self);
#else
CDsetcallback(self->ob_cdparser, (CDDATATYPES) type, CD_callback, (void *) self);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment