mirror of
https://github.com/python/cpython.git
synced 2025-08-02 16:13:13 +00:00
Another bit of unconstification.
This commit is contained in:
parent
710ab3b5f8
commit
85b1052efe
1 changed files with 1 additions and 1 deletions
|
@ -1800,7 +1800,7 @@ DB_open(DBObject* self, PyObject* args, PyObject* kwargs)
|
||||||
static char* kwnames[] = {
|
static char* kwnames[] = {
|
||||||
"filename", "dbname", "dbtype", "flags", "mode", "txn", NULL};
|
"filename", "dbname", "dbtype", "flags", "mode", "txn", NULL};
|
||||||
/* without dbname */
|
/* without dbname */
|
||||||
static const char* kwnames_basic[] = {
|
static char* kwnames_basic[] = {
|
||||||
"filename", "dbtype", "flags", "mode", "txn", NULL};
|
"filename", "dbtype", "flags", "mode", "txn", NULL};
|
||||||
#else
|
#else
|
||||||
/* with dbname */
|
/* with dbname */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue