DtSvc/DtCodelibs: remove register keyword

This commit is contained in:
Jon Trulson
2018-06-27 14:52:33 -06:00
parent 57ce407976
commit 11ad65226d
9 changed files with 41 additions and 41 deletions

View File

@@ -34,7 +34,7 @@
#include <codelibs/stringx.h>
char *
strend(register const char *str)
strend(const char *str)
{
if (str == NULL)
return NULL;