Merging the various tweaks for MacPython-OS9 2.3a1 back into the trunk.
diff --git a/Mac/Contrib/osam/ScriptRunner.c b/Mac/Contrib/osam/ScriptRunner.c
index bf77d6b..6f7d9ce 100644
--- a/Mac/Contrib/osam/ScriptRunner.c
+++ b/Mac/Contrib/osam/ScriptRunner.c
@@ -44,7 +44,7 @@
OSAError LoadScriptingComponent (ComponentInstance * scriptingComponent);
-
+#if 0
/*
* store the script as a compile script so that OSA
* components may load and execute the script easily
@@ -143,6 +143,7 @@
return err2;
}
+#endif
OSAError
@@ -194,7 +195,7 @@
return err2;
}
-
+#if 0
/*
* This routine reads in a saved script file and executes
* the script contained within (from a 'scpt' resource.)
@@ -291,6 +292,7 @@
return err2;
}
+#endif
OSAError