macgetpath - sys.path setting code factored out of config.c and

macglue.c
macgetplatform - factored out of config.c
This commit is contained in:
Jack Jansen 1995-08-14 12:31:44 +00:00
parent f717ac29f0
commit 12fce3eda9
2 changed files with 289 additions and 0 deletions

View file

@ -0,0 +1,7 @@
char *
getplatform()
{
return "mac";
}