0
0
mirror of https://github.com/python/cpython.git synced 2024-12-01 11:15:56 +01:00
cpython/Mac/Lib
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
..
Carbon Regenerated from new Universal Headers. 2002-05-22 15:08:58 +00:00
lib-scriptpackages Fixed a mistake on my part when regenerating: removed a bogus import of Applscript_Suite. 2002-05-07 20:16:20 +00:00
mkcwproject In plugin projects use (by default) the new mwerks_shcarbon_pch 2002-06-26 20:36:12 +00:00
test staticforward bites the dust. 2002-07-17 16:30:39 +00:00
aepack.py Got rid of obsolete way to get at various toolbox types. 2002-03-30 23:44:58 +00:00
aetools.py Rename the routine to start the target running _start(), with a compatibility 2002-01-23 22:46:30 +00:00
aetypes.py
applesingle.py Removed debug. 2002-03-29 14:28:09 +00:00
Audio_mac.py
buildtools.py Open the source file in universal newline mode. 2002-06-20 20:42:07 +00:00
cfmfile.py
dbmac.py
EasyDialogs.py Turns out GetArgv() options can be 4-tuples too, with the last value being the default (or something like that). Cater for this. 2002-06-26 15:14:48 +00:00
findertools.py
FrameWork.py Added minimal support for floating windows. 2002-02-04 12:52:44 +00:00
ic.py
icopen.py
maccache.py
macerrors.py Regenerated to include Internet Config error strings. 2002-04-22 11:45:46 +00:00
MACFS.py
macfsn.py Don't attempt to create a dummy fsspec if the user cancelled out, just 2002-03-29 21:19:37 +00:00
macostools.py mkalias() now also works for folders. Fixes bug #515830. 2002-03-10 19:28:02 +00:00
macresource.py Re-raise the Res.Error if the file doesn't exist. 2002-03-29 21:17:57 +00:00
mactty.py
MiniAEFrame.py
nsremote.py
PixMapWrapper.py
preferences.py
py_resource.py
pythonprefs.py
quietconsole.py
SoundMgr.py
videoreader.py
WASTEconst.py