Kaydet (Commit) 5f26dda2 authored tarafından Michael W. Hudson's avatar Michael W. Hudson

Restore to ANSI C.

üst 84fcd924
......@@ -90,8 +90,8 @@ char *PyMac_StrError(int err)
** Estr resources. We ignore all errors. We also try
** this only once.
*/
errors_loaded = 1;
PyObject *m, *rv;
errors_loaded = 1;
m = PyImport_ImportModule("macresource");
if (!m) {
......@@ -603,4 +603,4 @@ GLUE_CONVERT(CFURLRef, CFURLRefObj_Convert, "Carbon.CF")
GLUE_CONVERT(CFURLRef, OptionalCFURLRefObj_Convert, "Carbon.CF")
GLUE_NEW(CFURLRef, CFURLRefObj_New, "Carbon.CF")
#endif /* USE_TOOLBOX_OBJECT_GLUE */
\ No newline at end of file
#endif /* USE_TOOLBOX_OBJECT_GLUE */
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