Commit 7ebb23c6 authored by Guido van Rossum's avatar Guido van Rossum

Added guesstabsize() for the mac

parent 719f5fa8
......@@ -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)
*/
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment