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
..
2000-05-02 18:34:30 +00:00
2001-07-26 13:41:06 +00:00
2002-06-30 15:26:10 +00:00
2002-07-17 16:30:39 +00:00
2000-09-26 05:46:01 +00:00
2002-06-20 22:23:15 +00:00
2000-07-22 18:47:25 +00:00
2002-06-14 20:41:17 +00:00
2002-06-11 06:22:31 +00:00
2002-01-23 15:51:12 +00:00
2001-11-28 20:42:20 +00:00
2002-01-26 20:03:48 +00:00
2001-11-28 20:42:20 +00:00
2002-02-11 16:21:00 +00:00
2001-11-28 20:42:20 +00:00
2002-02-26 11:41:34 +00:00
2000-09-01 23:29:29 +00:00
2002-06-30 15:26:10 +00:00
2002-06-30 15:26:10 +00:00
2002-06-13 20:33:02 +00:00
2001-07-26 13:41:06 +00:00
2002-06-14 01:11:57 +00:00
2002-06-30 15:26:10 +00:00
2002-04-12 01:20:10 +00:00
2002-04-04 16:22:30 +00:00
2000-09-05 04:40:39 +00:00
2002-02-27 13:29:46 +00:00
2000-09-01 23:29:29 +00:00
2001-07-26 13:41:06 +00:00
2000-11-03 08:18:37 +00:00
2000-09-01 23:29:29 +00:00
2001-11-28 20:42:20 +00:00
2002-05-24 15:47:06 +00:00
2001-07-26 13:41:06 +00:00
2002-06-30 15:26:10 +00:00
2001-10-16 20:07:34 +00:00
2002-02-26 11:41:34 +00:00
2001-12-04 01:11:32 +00:00
2002-06-14 01:07:39 +00:00
2000-09-01 23:29:29 +00:00
2002-06-17 17:16:57 +00:00
2001-12-21 16:32:15 +00:00
2000-09-01 23:29:29 +00:00
2001-07-26 13:41:06 +00:00
2001-07-19 12:19:27 +00:00
2002-07-09 18:22:55 +00:00
2000-09-01 23:29:29 +00:00
2000-07-22 18:47:25 +00:00
2001-11-28 20:42:20 +00:00
2001-07-26 13:41:06 +00:00
2001-12-04 16:23:42 +00:00
2001-12-10 00:53:18 +00:00
2002-07-07 19:59:50 +00:00
2002-06-11 06:22:31 +00:00
2002-01-19 22:02:55 +00:00
2002-01-19 22:02:55 +00:00
2002-01-19 22:02:55 +00:00
2002-01-19 22:02:55 +00:00
2002-02-28 21:34:34 +00:00
2002-02-26 11:41:34 +00:00
2002-01-19 22:02:55 +00:00
2002-03-17 17:19:00 +00:00
2002-01-19 22:02:55 +00:00
2002-01-19 22:02:55 +00:00
2001-10-16 21:13:49 +00:00
2002-06-25 19:26:34 +00:00
2002-04-14 20:12:41 +00:00