removed all stupid register declarations
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1033 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -16,7 +16,7 @@ int
|
||||
pop_parse(POP *p, char *buf)
|
||||
{
|
||||
char * mp;
|
||||
register int i;
|
||||
int i;
|
||||
|
||||
/* Loop through the POP command array */
|
||||
for (mp = buf, i = 0; ; i++) {
|
||||
|
Reference in New Issue
Block a user