]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
dova: Use decimal128 instead of _Decimal128
authorJürg Billeter <j@bitron.ch>
Fri, 16 Jul 2010 21:29:02 +0000 (23:29 +0200)
committerJürg Billeter <j@bitron.ch>
Fri, 16 Jul 2010 21:29:02 +0000 (23:29 +0200)
codegen/valadovastructmodule.vala

index f0746b86a84301ddfca5e94079af792c61906b84..f610b40f6f47a930554693391417916e099810bb 100644 (file)
@@ -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