vala/vala-0.7.4-moduleinit.patch
2009-07-14 08:22:25 +00:00

12 lines
385 B
Diff

--- vala-0.7.4/codegen/valatyperegisterfunction.vala.moduleinit 2009-05-09 13:22:22.000000000 -0400
+++ vala-0.7.4/codegen/valatyperegisterfunction.vala 2009-07-14 03:34:59.236422291 -0400
@@ -62,7 +62,7 @@
if (!plugin) {
type_block.add_statement (cdecl);
} else {
- definition_fragment.append (cdecl);
+ declaration_fragment.append (cdecl);
}
CCodeFunction fun;