=================================================================== RCS file: /cvs/ace/ace/lib/help.c,v retrieving revision 1.5 retrieving revision 1.6 diff -p -u -r1.5 -r1.6 --- ace/lib/help.c 2012/03/24 18:02:03 1.5 +++ /cvs/ace/ace/lib/help.c 2015/06/02 12:02:49 1.6 @@ -36,7 +36,7 @@ extern GC gc; extern int help_background, table_background; extern int table_width, table_height; -int help_foreground, help_beyondcolor; +static int help_foreground, help_beyondcolor; extern int help_is_showing; extern void (*help_redraw)(void);