• Jeremy Hylton's avatar
    staticforward bites the dust. · 938ace69
    Jeremy Hylton yazdı
    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.
    938ace69
Adı
Son kayıt (commit)
Son güncelleme
..
ae Loading commit data...
app Loading commit data...
carbonevt Loading commit data...
cf Loading commit data...
cg Loading commit data...
cm Loading commit data...
ctl Loading commit data...
dlg Loading commit data...
drag Loading commit data...
evt Loading commit data...
fm Loading commit data...
help Loading commit data...
htmlrender Loading commit data...
icn Loading commit data...
list Loading commit data...
macspeech Loading commit data...
menu Loading commit data...
mlte Loading commit data...
qd Loading commit data...
qdoffs Loading commit data...
qt Loading commit data...
res Loading commit data...
scrap Loading commit data...
snd Loading commit data...
te Loading commit data...
waste Loading commit data...
win Loading commit data...
ColorPickermodule.c Loading commit data...
Nav.c Loading commit data...
Printingmodule.c Loading commit data...
_dummy_tkinter.c Loading commit data...
calldll.c Loading commit data...
ctbmodule.c Loading commit data...
gestaltmodule.c Loading commit data...
hfsplusmodule.c Loading commit data...
icgluemodule.c Loading commit data...
macconfig.c Loading commit data...
macfsmodule.c Loading commit data...
macmodule.c Loading commit data...
macosmodule.c Loading commit data...
macspeechmodule.c Loading commit data...