mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
Make the _H #define's match the header file names. Fix comments to
mention the correct type names.
This commit is contained in:
parent
ac19d85e04
commit
1bd52d745b
2 changed files with 8 additions and 8 deletions
|
@ -1,7 +1,7 @@
|
|||
/* Bytes object interface */
|
||||
/* ByteArray object interface */
|
||||
|
||||
#ifndef Py_BYTESOBJECT_H
|
||||
#define Py_BYTESOBJECT_H
|
||||
#ifndef Py_BYTEARRAYOBJECT_H
|
||||
#define Py_BYTEARRAYOBJECT_H
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
@ -50,4 +50,4 @@ PyAPI_FUNC(int) PyByteArray_Resize(PyObject *, Py_ssize_t);
|
|||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
#endif /* !Py_BYTESOBJECT_H */
|
||||
#endif /* !Py_BYTEARRAYOBJECT_H */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue