]> git.ipfire.org Git - thirdparty/vala.git/commit
Never mark *_register_type functions as static
authorEvan Nemerson <evan@coeus-group.com>
Thu, 6 May 2010 04:55:30 +0000 (21:55 -0700)
committerJürg Billeter <j@bitron.ch>
Mon, 7 Jun 2010 19:05:58 +0000 (21:05 +0200)
commit35160c865ffa47a2c1958cb682b0c38406d240e5
tree302b7645860008a66b2b70b528538c50885e5f2a
parentc353329b280f945d6d8188af5817ae44723d6e1d
Never mark *_register_type functions as static

*_register_type functions are called by the module init function,
which might reside in a different file.

Fixes bug 617850.
codegen/valatyperegisterfunction.vala