]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
vapigen: Fix constants
authorJürg Billeter <j@bitron.ch>
Tue, 14 Apr 2009 16:58:32 +0000 (18:58 +0200)
committerJürg Billeter <j@bitron.ch>
Tue, 14 Apr 2009 16:58:32 +0000 (18:58 +0200)
vapigen/valagidlparser.vala

index 33805539ec04192776d17fefe9145052a4167a6a..a9fa7d0d2b02efbee29be43cca94f15334e460b7 100644 (file)
@@ -1771,6 +1771,7 @@ public class Vala.GIdlParser : CodeVisitor {
                }
 
                var c = new Constant (node.name, type, null, current_source_reference);
+               c.external = true;
                
                string[] attributes = get_attributes (node.name);
                if (attributes != null) {