dtksh: remove register keyword

This commit is contained in:
Jon Trulson
2018-06-27 17:18:06 -06:00
parent 556ce45298
commit 97264ba971
296 changed files with 2503 additions and 2503 deletions

View File

@@ -63,7 +63,7 @@ char * GetSharedMsg(
/*
* Without this proto, standard C says that _DtGetMessage() returns
* an int, even though it really returns a pointer. The compiler is
* then free to use the high 32-bits of the return register for
* then free to use the high 32-bits of the return for
* something else (like scratch), and that can garble the pointer.
*/
# ifdef _NO_PROTO