793,794d792
< # Note that initializations in the declarations are solely
< # to avoid 'uninitialized variable' errors from the compiler.
796c794
< return '%s %s = 0;\n' % (self.ctype, self.base_name)
---
> return '%s %s;\n' % (self.ctype, self.base_name)