[vala] dova: Use decimal128 instead of _Decimal128
- From: Jürg Billeter <juergbi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vala] dova: Use decimal128 instead of _Decimal128
- Date: Fri, 16 Jul 2010 22:06:59 +0000 (UTC)
commit 7d4a012d67d1af248ef82f3a61fc384cff5be5e9
Author: Jürg Billeter <j bitron ch>
Date: Fri Jul 16 23:29:02 2010 +0200
dova: Use decimal128 instead of _Decimal128
codegen/valadovastructmodule.vala | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/codegen/valadovastructmodule.vala b/codegen/valadovastructmodule.vala
index f0746b8..f610b40 100644
--- a/codegen/valadovastructmodule.vala
+++ b/codegen/valadovastructmodule.vala
@@ -49,7 +49,7 @@ internal class Vala.DovaStructModule : DovaBaseModule {
return;
} else if (st.is_decimal_floating_type ()) {
// typedef for decimal floating types
- st.set_cname ("_Decimal%d".printf (st.width));
+ st.set_cname ("decimal%d".printf (st.width));
return;
} else if (st.is_floating_type ()) {
// typedef for generic floating types
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]