Kaydet (Commit) cd165cc0 authored tarafından Guido van Rossum's avatar Guido van Rossum

Make dummy int public (with _Py_ prefix), to keep gcc -Wall happy.

üst 37273177
......@@ -92,4 +92,5 @@ initsgi()
initmodule("sgi", sgi_methods);
}
static int dummy; /* $%#@!& dl wants at least a byte of bss */
int _Py_sgi_dummy; /* $%#@!& dl wants at least a byte of bss */
/* And gcc -Wall doesn't like unused static variables :-( */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment