OSDN Git Service

(objc_init_statics): Fix missing part of last change.
authorkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 9 May 1995 23:11:43 +0000 (23:11 +0000)
committerkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 9 May 1995 23:11:43 +0000 (23:11 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@9604 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/objc/init.c

index eb0e288..8acb003 100644 (file)
@@ -77,7 +77,7 @@ objc_init_statics ()
           *statics_in_module; statics_in_module++)
        {
          struct objc_static_instances *statics = *statics_in_module;
-         Class *class = objc_lookup_class (statics->class_name);
+         Class class = objc_lookup_class (statics->class_name);
 
          if (!class)
            module_initialized = 0;