mirror of
https://github.com/AdaCore/cpython.git
synced 2026-02-12 12:57:15 -08:00
make call_pyc_file static
This commit is contained in:
@@ -403,7 +403,7 @@ run_node(n, filename, globals, locals)
|
||||
return v;
|
||||
}
|
||||
|
||||
object *
|
||||
static object *
|
||||
run_pyc_file(fp, filename, globals, locals)
|
||||
FILE *fp;
|
||||
char *filename;
|
||||
@@ -534,6 +534,9 @@ fatal(msg)
|
||||
char *msg;
|
||||
{
|
||||
fprintf(stderr, "Fatal Python error: %s\n", msg);
|
||||
#ifdef macintosh
|
||||
for (;;);
|
||||
#endif
|
||||
abort();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user