Fix float support
[babeltrace.git] / include / babeltrace / types.h
index a9fb5fe3ef6e30acd2b63d5b046128291ba1e064..15b82bd74e86a47d7c3e586c434caa34053fbc35 100644 (file)
@@ -179,7 +179,7 @@ struct definition_float {
        struct definition_integer *mantissa;
        struct definition_integer *exp;
        /* Last values read */
-       long double value;
+       double value;
 };
 
 /*
This page took 0.023554 seconds and 4 git commands to generate.