Create a new constant MAX_GROUP to size arrays of layer groups.
commit6336ce582b720f6aa4ff008aee534d31a6964414
authorPeter Clifton <peter@clifton-electronics.co.uk>
Sat, 28 Jun 2014 18:47:46 +0000 (28 19:47 +0100)
committerPeter Clifton <peter@clifton-electronics.co.uk>
Sat, 28 Jun 2014 19:21:39 +0000 (28 20:21 +0100)
tree5d4fa64b933a9ebba465845e5cda2302abaeb606
parentb276c9db136547bf08bd5c016d5a5e2c070fa6e5
Create a new constant MAX_GROUP to size arrays of layer groups.

This is clearer than using MAX_LAYER. (Although the numbers are identical).
15 files changed:
globalconst.h
src/autoroute.c
src/draw.c
src/global.h
src/hid.h
src/hid/batch/batch.c
src/hid/gcode/gcode.c
src/hid/gerber/gerber.c
src/hid/gtk/gui-config.c
src/hid/lesstif/dialogs.c
src/hid/nelma/nelma.c
src/hid/png/png.c
src/hid/ps/eps.c
src/hid/ps/ps.c
src/move.c