code cleanup: make header defines more consistent, JOYSENSOR header guard had a typo too.

This commit is contained in:
2012-10-09 13:36:42 +00:00
parent a580c891a7
commit 97d4fb4161
253 changed files with 333 additions and 543 deletions

View File

@@ -69,4 +69,4 @@ int PyC_FlagSet_ValueFromID(PyC_FlagSet *item, const char *identifier, int
int PyC_FlagSet_ToBitfield(PyC_FlagSet *items, PyObject *value, int *r_value, const char *error_prefix);
PyObject *PyC_FlagSet_FromBitfield(PyC_FlagSet *items, int flag);
#endif // __PY_CAPI_UTILS_H__
#endif /* __PY_CAPI_UTILS_H__ */