DtSvc/DtUtil2: remove register keyword

This commit is contained in:
Jon Trulson
2018-06-27 15:06:10 -06:00
parent f446ca54e9
commit 00aafb206e
5 changed files with 64 additions and 64 deletions

View File

@@ -81,7 +81,7 @@ _DtPrintDefaultErrorSafe(
char number[32];
char *mtype = "XlibMessage";
int nbytes = bytes-1;
register _XExtension *ext = (_XExtension *)NULL;
_XExtension *ext = (_XExtension *)NULL;
memset(msg, 0, bytes);