mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Cosmetic change to the dox_8x3 hack.
This commit is contained in:
parent
fd03e2b4b1
commit
0e41c8c848
1 changed files with 3 additions and 4 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue