commit | e098c4abe5d17fdd469d84ae740eb8bbd8ba9667 | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Tue Dec 23 20:12:33 2008 +0000 |
committer | Benjamin Peterson <benjamin@python.org> | Tue Dec 23 20:12:33 2008 +0000 |
tree | 082722b40855c527a72e3676d95be35ba17c494e | |
parent | b6a53b5c5242759ef9c1411a770073c25e9cc4c4 [diff] [blame] |
make global static
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 @@ #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.