From a7d624b2c1bd73b18905aecf19ba263c6c06b4db Mon Sep 17 00:00:00 2001 From: Chris Want Date: Sun, 14 Nov 2004 01:03:01 +0000 Subject: There were some variables that should have been declared extern, but weren't ... no more bus error when exiting on irix! --- source/blender/python/api2_2x/Scene.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/python/api2_2x/Scene.h') diff --git a/source/blender/python/api2_2x/Scene.h b/source/blender/python/api2_2x/Scene.h index c6905d56be2..0c04dd498f0 100644 --- a/source/blender/python/api2_2x/Scene.h +++ b/source/blender/python/api2_2x/Scene.h @@ -37,7 +37,7 @@ #include /* The Scene PyType Object defined in Scene.c */ -PyTypeObject Scene_Type; +extern PyTypeObject Scene_Type; #define BPy_Scene_Check(v) \ ((v)->ob_type == &Scene_Type) -- cgit v1.2.3