Index: eps.c =================================================================== --- eps.c (revision 34297) +++ eps.c (revision 34298) @@ -48,7 +48,7 @@ static rnd_composite_op_t drawing_mode; static long eps_drawn_objs; -static rnd_export_opt_t eps_attribute_list[] = { +static const rnd_export_opt_t eps_attribute_list[] = { /* other HIDs expect this to be first. */ /* %start-doc options "92 Encapsulated Postscript Export" Index: ps.c =================================================================== --- ps.c (revision 34297) +++ ps.c (revision 34298) @@ -47,7 +47,7 @@ static pcb_cam_t ps_cam; -rnd_export_opt_t ps_attribute_list[] = { +static const rnd_export_opt_t ps_attribute_list[] = { /* other HIDs expect this to be first. */ /* %start-doc options "91 Postscript Export"