Cleanup: use 'pragma once'

Add explanations for cases the header-guard defines are still used.
This commit is contained in:
2021-01-04 13:10:22 +11:00
parent dfbda59a66
commit fea1026bb8
17 changed files with 27 additions and 39 deletions

View File

@@ -18,6 +18,7 @@
* \ingroup pygen
*/
/* Use a define instead of `#pragma once` because of `bmesh_py_types.h` */
#ifndef __PY_CAPI_UTILS_H__
#define __PY_CAPI_UTILS_H__