]> granicus.if.org Git - python/commit
Clean up compiler warning exposed by GCC's -Wall option: make sure
authorFred Drake <fdrake@acm.org>
Thu, 10 Aug 2000 21:41:08 +0000 (21:41 +0000)
committerFred Drake <fdrake@acm.org>
Thu, 10 Aug 2000 21:41:08 +0000 (21:41 +0000)
commit68933b94d38e611be987fb62e3ef25af054eec95
treedbe16a18852ec518b3dab68ee77f473d1a98d92b
parent7bc82bb1f0ce5c841382587839c218b6cc63e1ff
Clean up compiler warning exposed by GCC's -Wall option: make sure
Python.h is included before standard headers since we set _GNU_SOURCE
there.  This ensures that strdup() is prototyped.
Modules/_localemodule.c