From b7599ec2a284d8de5304a9d2193fb9e0d94dd341 Mon Sep 17 00:00:00 2001 From: Jon Trulson Date: Wed, 27 Jun 2018 16:10:16 -0600 Subject: [PATCH] dtcalc: remove register keyword --- cde/programs/dtcalc/motif.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cde/programs/dtcalc/motif.c b/cde/programs/dtcalc/motif.c index 792d2e9d..72257477 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]; -- 2.25.1