mirror of https://github.com/python/cpython.git
Cosmetic change to the dox_8x3 hack.
This commit is contained in:
parent
fd03e2b4b1
commit
0e41c8c848
|
@ -462,13 +462,12 @@ find_module(name, path, buf, buflen, p_fp)
|
||||||
else
|
else
|
||||||
buf[len++] = ch;
|
buf[len++] = ch;
|
||||||
}
|
}
|
||||||
else{ /* Not in dos_8x3, use the full name */
|
else /* Not in dos_8x3, use the full name */
|
||||||
|
#else
|
||||||
|
{
|
||||||
strcpy(buf+len, name);
|
strcpy(buf+len, name);
|
||||||
len += namelen;
|
len += namelen;
|
||||||
}
|
}
|
||||||
#else
|
|
||||||
strcpy(buf+len, name);
|
|
||||||
len += namelen;
|
|
||||||
#endif
|
#endif
|
||||||
for (fdp = import_filetab; fdp->suffix != NULL; fdp++) {
|
for (fdp = import_filetab; fdp->suffix != NULL; fdp++) {
|
||||||
strcpy(buf+len, fdp->suffix);
|
strcpy(buf+len, fdp->suffix);
|
||||||
|
|
Loading…
Reference in New Issue