mirror of
https://github.com/AdaCore/cpython.git
synced 2026-02-12 12:57:15 -08:00
Another bit of unconstification.
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user