diff options
Diffstat (limited to 'contrib/tools/python3/src/Modules/_sqlite/statement.h')
| -rw-r--r-- | contrib/tools/python3/src/Modules/_sqlite/statement.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/tools/python3/src/Modules/_sqlite/statement.h b/contrib/tools/python3/src/Modules/_sqlite/statement.h index e202c9fcff5..5002f02dc5b 100644 --- a/contrib/tools/python3/src/Modules/_sqlite/statement.h +++ b/contrib/tools/python3/src/Modules/_sqlite/statement.h @@ -23,7 +23,7 @@ #ifndef PYSQLITE_STATEMENT_H #define PYSQLITE_STATEMENT_H -#define PY_SSIZE_T_CLEAN +#define PY_SSIZE_T_CLEAN #include "Python.h" #include "connection.h" |
