[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: gEDA-user: Restricctions on the number of layers



> 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.


_______________________________________________
geda-user mailing list
geda-user@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user