[vala] vapigen: Fix constants
- From: Jürg Billeter <juergbi src gnome org>
- To: svn-commits-list gnome org
- Subject: [vala] vapigen: Fix constants
- Date: Tue, 14 Apr 2009 12:59:35 -0400 (EDT)
commit 1f3352bb444dae2b18ec2c4e4a516dbb991a7c98
Author: Jürg Billeter <j bitron ch>
Date: Tue Apr 14 18:58:32 2009 +0200
vapigen: Fix constants
---
vapigen/valagidlparser.vala | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/vapigen/valagidlparser.vala b/vapigen/valagidlparser.vala
index 3380553..a9fa7d0 100644
--- a/vapigen/valagidlparser.vala
+++ b/vapigen/valagidlparser.vala
@@ -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) {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]