From e098c4abe5d17fdd469d84ae740eb8bbd8ba9667 Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Tue, 23 Dec 2008 20:12:33 +0000 Subject: make global static --- Modules/_testcapimodule.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules/_testcapimodule.c b/Modules/_testcapimodule.c index 4e81d63..d640c39 100644 --- a/Modules/_testcapimodule.c +++ b/Modules/_testcapimodule.c @@ -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. -- cgit v0.12