mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Got rid of staticforward.
This commit is contained in:
parent
a4741ffe63
commit
ff8dec7427
4 changed files with 11 additions and 11 deletions
|
@ -157,7 +157,7 @@ extern int _QdRGB_Convert(PyObject *, RGBColorPtr);
|
|||
#define QDIsPortBuffered(port) 0
|
||||
#endif /* !TARGET_API_MAC_CARBON */
|
||||
|
||||
staticforward PyObject *BMObj_NewCopied(BitMapPtr);
|
||||
static PyObject *BMObj_NewCopied(BitMapPtr);
|
||||
|
||||
/*
|
||||
** Parse/generate RGB records
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue