DtWidget: remove register keyword

This commit is contained in:
Jon Trulson
2018-06-27 15:15:59 -06:00
parent b5a3c00671
commit 3b1316112a
7 changed files with 64 additions and 64 deletions

View File

@@ -507,7 +507,7 @@ InsertChild(
XmManagerWidgetClass mc = (XmManagerWidgetClass)xmManagerWidgetClass;
Dimension s_t = M_ShadowThickness (w);
Arg al[20]; /* arg list */
register int ac; /* arg count */
int ac; /* arg count */
XtWidgetProc insert_child;
_DtProcessLock();
@@ -628,7 +628,7 @@ GetSize(
Widget work_area = M_WorkArea (mgr),
separator = M_Separator (mgr);
Widget * button = M_Button (mgr);
register int button_count = M_ButtonCount (mgr),
int button_count = M_ButtonCount (mgr),
i;
Boolean min_btns = M_MinimizeButtons (mgr);
Dimension sep_h = 0,
@@ -717,7 +717,7 @@ CreateChildren(
char button_name[100];
Arg al[20]; /* arg list */
register int ac; /* arg count */
int ac; /* arg count */
/* Compute position factors.
*/