mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Added guesstabsize() for the mac
This commit is contained in:
parent
719f5fa86a
commit
7ebb23c637
1 changed files with 10 additions and 0 deletions
|
@ -143,6 +143,16 @@ fatal(msg)
|
|||
exit(1);
|
||||
}
|
||||
|
||||
#ifdef macintosh
|
||||
/* ARGSUSED */
|
||||
int
|
||||
guesstabsize(path)
|
||||
char *path;
|
||||
{
|
||||
return 4;
|
||||
}
|
||||
#endif
|
||||
|
||||
/* XXX TO DO:
|
||||
- check for duplicate definitions of names (instead of fatal err)
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue