Cleanup: move variadic defines to their own header
So we can use in headers without pulling in many other defines.
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
#define __PY_CAPI_UTILS_H__
|
||||
|
||||
#include "BLI_sys_types.h"
|
||||
#include "BLI_utildefines.h" /* only for _VA_NARGS_COUNT */
|
||||
#include "BLI_variadic_defines.h"
|
||||
|
||||
void PyC_ObSpit(const char *name, PyObject *var);
|
||||
void PyC_LineSpit(void);
|
||||
|
Reference in New Issue
Block a user