Commit a5153529 authored by Sjoerd Mullender's avatar Sjoerd Mullender

Changed an ifdef from IRIX_405 to CDsetcallback.

parent 47713fa9
......@@ -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