diff options
Diffstat (limited to 'contrib/tools/python3/Include/bytesobject.h')
| -rw-r--r-- | contrib/tools/python3/Include/bytesobject.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/contrib/tools/python3/Include/bytesobject.h b/contrib/tools/python3/Include/bytesobject.h index ee448cd02bd..c5a24195be6 100644 --- a/contrib/tools/python3/Include/bytesobject.h +++ b/contrib/tools/python3/Include/bytesobject.h @@ -1,5 +1,4 @@ - -/* Bytes object interface */ +// Bytes object interface #ifndef Py_BYTESOBJECT_H #define Py_BYTESOBJECT_H @@ -7,8 +6,6 @@ extern "C" { #endif -#include <stdarg.h> // va_list - /* Type PyBytesObject represents a byte string. An extra zero byte is reserved at the end to ensure it is zero-terminated, but a size is |
