make global static

This commit is contained in:
Benjamin Peterson 2008-12-23 20:12:33 +00:00
parent b6a53b5c52
commit e098c4abe5
1 changed files with 1 additions and 1 deletions

View File

@ -474,7 +474,7 @@ test_k_code(PyObject *self)
#ifdef Py_USING_UNICODE
volatile int x;
static volatile int x;
/* Test the u and u# codes for PyArg_ParseTuple. May leak memory in case
of an error.