[Python-Dev] staticforward

Jeremy Hylton jeremy@alum.mit.edu
Thu, 18 Jul 2002 18:02:41 -0400


>>>>> "MAL" == mal  <M.-A.> writes:

  MAL> Yes. The test doesn't seem to catch the case of having arrays
  MAL> being declared as static forward. If you look in configure.in
  MAL> you'll find that the test code only checks whether struct
  MAL> behave well.

Then you'll be no better off if we leave the test in.  I expect you
don't actually have a problem.  On the off chance that you do, you've
already got all the ifdef trickery you need in your own .h file.

Jeremy