mirror of
https://github.com/python/cpython.git
synced 2024-11-26 03:14:27 +08:00
Another bit of unconstification.
This commit is contained in:
parent
710ab3b5f8
commit
85b1052efe
@ -1800,7 +1800,7 @@ DB_open(DBObject* self, PyObject* args, PyObject* kwargs)
|
||||
static char* kwnames[] = {
|
||||
"filename", "dbname", "dbtype", "flags", "mode", "txn", NULL};
|
||||
/* without dbname */
|
||||
static const char* kwnames_basic[] = {
|
||||
static char* kwnames_basic[] = {
|
||||
"filename", "dbtype", "flags", "mode", "txn", NULL};
|
||||
#else
|
||||
/* with dbname */
|
||||
|
Loading…
Reference in New Issue
Block a user