cpython/Tools/modulator/Templates
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
..
copyright REMOVED all CWI, CNRI and BeOpen copyright markings. 2000-09-01 23:29:29 +00:00
module_head removed all references to modsupport.h 1995-06-20 18:45:39 +00:00
module_method Patches by Jens B. Jorgensen with small mods by me: 2001-12-27 23:35:43 +00:00
module_tail A few missing casts (Richard Neitzel). 1996-03-07 16:16:54 +00:00
object_head staticforward bites the dust. 2002-07-17 16:30:39 +00:00
object_method Patches by Jens B. Jorgensen with small mods by me: 2001-12-27 23:35:43 +00:00
object_mlist Templates converted to new naming conventions (thanks to Chak Tan) 1995-05-16 13:47:03 +00:00
object_new Templates converted to new naming conventions (thanks to Chak Tan) 1995-05-16 13:47:03 +00:00
object_structure Patches by Jens B. Jorgensen with small mods by me: 2001-12-27 23:35:43 +00:00
object_tail Added third argument to call() 1995-10-12 13:45:25 +00:00
object_tp_as_mapping Patches by Jens B. Jorgensen with small mods by me: 2001-12-27 23:35:43 +00:00
object_tp_as_number Patches by Jens B. Jorgensen with small mods by me: 2001-12-27 23:35:43 +00:00
object_tp_as_sequence Patches by Jens B. Jorgensen with small mods by me: 2001-12-27 23:35:43 +00:00
object_tp_call Patches by Jens B. Jorgensen with small mods by me: 2001-12-27 23:35:43 +00:00
object_tp_compare Patches by Jens B. Jorgensen with small mods by me: 2001-12-27 23:35:43 +00:00
object_tp_dealloc Patches by Jens B. Jorgensen with small mods by me: 2001-12-27 23:35:43 +00:00
object_tp_getattr Patches by Jens B. Jorgensen with small mods by me: 2001-12-27 23:35:43 +00:00
object_tp_hash Patches by Jens B. Jorgensen with small mods by me: 2001-12-27 23:35:43 +00:00
object_tp_print Patches by Jens B. Jorgensen with small mods by me: 2001-12-27 23:35:43 +00:00
object_tp_repr Patches by Jens B. Jorgensen with small mods by me: 2001-12-27 23:35:43 +00:00
object_tp_setattr Patches by Jens B. Jorgensen with small mods by me: 2001-12-27 23:35:43 +00:00
object_tp_str Patches by Jens B. Jorgensen with small mods by me: 2001-12-27 23:35:43 +00:00