=================================================================== RCS file: /cvs/ace/ace/lib/table.c,v retrieving revision 1.10 retrieving revision 1.11 diff -p -u -r1.10 -r1.11 --- ace/lib/table.c 2012/03/24 18:02:04 1.10 +++ /cvs/ace/ace/lib/table.c 2015/06/02 12:02:49 1.11 @@ -745,7 +745,7 @@ snap_to_grid(int *x, int *y, } } -char *suit_spots[] = { +static char *suit_spots[] = { "15", "101:", "10151:", @@ -758,8 +758,8 @@ char *suit_spots[] = { "00201104240626190:2:" }; -int spot_xx[] = { 0, 50, 100 }; -int spot_yy[] = { 0, 16, 25, 33, 36, 50, 63, 66, 75, 83, 100 }; +static int spot_xx[] = { 0, 50, 100 }; +static int spot_yy[] = { 0, 16, 25, 33, 36, 50, 63, 66, 75, 83, 100 }; static void card_synth2(image *rv)