]> granicus.if.org Git - python/commit
complex_subtype_from_string(): move the declaration of s_buffer[] out
authorGuido van Rossum <guido@python.org>
Thu, 25 Oct 2001 18:07:22 +0000 (18:07 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 25 Oct 2001 18:07:22 +0000 (18:07 +0000)
commit70e368836421a2e8c08dbd043a1540ad56d7ae5c
treeb0322959776f5e9f158514cb4a2430e73ed72569
parent847c51a1812962efe525a987e6ddf15563206e68
complex_subtype_from_string(): move the declaration of s_buffer[] out
of the if block where it was before.  The name is only used inside
that if block, but the storage is referenced outside it via the 's'
variable.

(This patch was part of SF patch #474590 -- RISC OS support.)
Objects/complexobject.c