diff --git a/cde/programs/dtcalc/motif.c b/cde/programs/dtcalc/motif.c index 792d2e9d4..722574776 100644 --- a/cde/programs/dtcalc/motif.c +++ b/cde/programs/dtcalc/motif.c @@ -3316,7 +3316,7 @@ modelineValueChanged(Widget widget, XtPointer client_data, XtPointer call_data) static void create_menu_bar(Widget parent) { - register int n; + int n; int count; Widget WidgList[10]; Arg args[5];