gEDA-user: Restricctions on the number of layers

DJ Delorie dj at delorie.com
Sat Oct 6 20:39:00 EDT 2007


> Dumb question:  Why is there a fixed limit?

A lot of the code creates temporary arrays like:

  int foo[MAX_LAYERS];

Switching to dynamic allocation wouldn't be *hard* but it would take
some time to go through all the code and rewrite it all.


More information about the geda-user mailing list