mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-03-09 15:50:02 +00:00
tt/bin: remove register keyword
This commit is contained in:
parent
34436c7725
commit
b0fd79a680
2 changed files with 2 additions and 2 deletions
|
|
@ -1085,7 +1085,7 @@ do_list(char *inputfilename, int lineno, int argc, char *argv[])
|
|||
ld.fp = stdout;
|
||||
|
||||
if (argc == 1) {
|
||||
register _tt_AuthFileEntryList *l;
|
||||
_tt_AuthFileEntryList *l;
|
||||
|
||||
if (ttauth_head) {
|
||||
for (l = ttauth_head; l; l = l->next) {
|
||||
|
|
|
|||
|
|
@ -1924,7 +1924,7 @@ _tt_gettype_1(_Tt_spec_props *argp, SVCXPRT * /* transp */)
|
|||
void
|
||||
isgarbage_collect()
|
||||
{
|
||||
register int offset;
|
||||
int offset;
|
||||
_Tt_string dbName;
|
||||
|
||||
for (offset = 0; offset < _TT_MAX_ISFD; offset++) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue