> > +ObjectClass *module_object_class_by_name(const char *typename) > > Re-reading this, it occurred to me that typename is a keyword in C++. > > I don't know if we want to make it a rule to not use C++ keywords just in > case we would some day compile that code with a C++ compiler.
If we want do this we have to touch lots of places anyway, using typename as variable is pretty common in qom code ... take care, Gerd