0
0
mirror of https://github.com/python/cpython.git synced 2024-12-01 11:15:56 +01:00
cpython/Mac/Modules
Jeremy Hylton 938ace69a0 staticforward bites the dust.
The staticforward define was needed to support certain broken C
compilers (notably SCO ODT 3.0, perhaps early AIX as well) botched the
static keyword when it was used with a forward declaration of a static
initialized structure.  Standard C allows the forward declaration with
static, and we've decided to stop catering to broken C compilers.  (In
fact, we expect that the compilers are all fixed eight years later.)

I'm leaving staticforward and statichere defined in object.h as
static.  This is only for backwards compatibility with C extensions
that might still use it.

XXX I haven't updated the documentation.
2002-07-17 16:30:39 +00:00
..
ae
app
carbonevt
cf
cg
cm
ctl staticforward bites the dust. 2002-07-17 16:30:39 +00:00
dlg
drag
evt
fm
help
htmlrender
icn
list
macspeech
menu
mlte staticforward bites the dust. 2002-07-17 16:30:39 +00:00
qd staticforward bites the dust. 2002-07-17 16:30:39 +00:00
qdoffs
qt
res
scrap
snd staticforward bites the dust. 2002-07-17 16:30:39 +00:00
te
waste staticforward bites the dust. 2002-07-17 16:30:39 +00:00
win
_dummy_tkinter.c
calldll.c staticforward bites the dust. 2002-07-17 16:30:39 +00:00
ColorPickermodule.c
ctbmodule.c staticforward bites the dust. 2002-07-17 16:30:39 +00:00
gestaltmodule.c
hfsplusmodule.c staticforward bites the dust. 2002-07-17 16:30:39 +00:00
icgluemodule.c staticforward bites the dust. 2002-07-17 16:30:39 +00:00
macconfig.c
macfsmodule.c staticforward bites the dust. 2002-07-17 16:30:39 +00:00
macmodule.c
macosmodule.c staticforward bites the dust. 2002-07-17 16:30:39 +00:00
macspeechmodule.c staticforward bites the dust. 2002-07-17 16:30:39 +00:00
Nav.c staticforward bites the dust. 2002-07-17 16:30:39 +00:00
Printingmodule.c