dtimsstart: remove register keyword

This commit is contained in:
Jon Trulson
2018-06-27 16:37:15 -06:00
parent ea2d3927c7
commit 424b662372
3 changed files with 19 additions and 19 deletions

View File

@@ -140,7 +140,7 @@ int get_user_environ(void)
int expand_string(char *in_str, char *out_str, int out_len, ImsConf *ims)
{
register char *p, *q, *ep;
char *p, *q, *ep;
char str[20];
int len = 0;
UserEnv *uenv = &userEnv;