dtfile: remove register keyword

This commit is contained in:
Jon Trulson
2018-06-27 16:32:54 -06:00
parent 55a80f00cf
commit ea2d3927c7
17 changed files with 97 additions and 97 deletions

View File

@@ -395,8 +395,8 @@ static void RestoreVerifyCancel(
static int RestoreObject(
Widget w,
int mode,
register char *source,
register char *target,
char *source,
char *target,
Boolean isContainer,
void (*errorHandler)(),
Boolean checkForBusyDir,
@@ -4280,8 +4280,8 @@ static int
RestoreObject(
Widget w,
int mode,
register char *source,
register char *target,
char *source,
char *target,
Boolean isContainer,
void (*errorHandler)(),
Boolean checkForBusyDir,