mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Changed an ifdef from IRIX_405 to CDsetcallback.
This commit is contained in:
parent
37f17b726c
commit
7c4eb40a1a
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue