]> granicus.if.org Git - python/commit
Don't declare a function with staticforward.
authorJeremy Hylton <jeremy@alum.mit.edu>
Sat, 13 Jul 2002 03:51:17 +0000 (03:51 +0000)
committerJeremy Hylton <jeremy@alum.mit.edu>
Sat, 13 Jul 2002 03:51:17 +0000 (03:51 +0000)
commita4b4c3bf0533a92a8cd7e45e667b95980f1f0c96
treeaa4f42b0d34e4efa4ed1aa1e47075b24e4bc307d
parent346386fedc4ed41f1c748ff83c7dd686cefda2f5
Don't declare a function with staticforward.

Just declare it static so that lame (BAD_STATIC_FORWARD) compilers
don't see a mismatch between the prototype and the function.
Objects/listobject.c