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:
2017-08-23 20:00:48 +10:00
parent 1a76bc7aeb
commit 37cfa44222
5 changed files with 54 additions and 26 deletions

View File

@@ -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);