mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-03-09 15:50:02 +00:00
lib/DtHelp: remove register keyword
This commit is contained in:
parent
2760adaab3
commit
5b5ac72691
15 changed files with 71 additions and 71 deletions
|
|
@ -487,9 +487,9 @@ _DtHelpCeUpperCase ( char *string )
|
|||
int _DtHelpCeStrHashToKey(
|
||||
const char * str)
|
||||
{
|
||||
register char c;
|
||||
register const char * tstr;
|
||||
register int key = 0;
|
||||
char c;
|
||||
const char * tstr;
|
||||
int key = 0;
|
||||
|
||||
if (!str) return 0; /* RETURN */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue