Cleanup: correct usage of extern-C blocks in various places
This removes extern-C blocks around other includes and adds such blocks for some headers that need them.
This commit is contained in:
@@ -21,6 +21,14 @@
|
||||
#ifndef __BPY_UTILS_UNITS_H__
|
||||
#define __BPY_UTILS_UNITS_H__
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
PyObject *BPY_utils_units(void);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* __BPY_UTILS_UNITS_H__ */
|
||||
|
Reference in New Issue
Block a user