[Vala] 0.01 * dim?



Hi, 

This line at "valaccodeinvocationexpressionbinding.vala":330 surprised
me a lot:

codegen.temp_vars.insert (0, temp_var);
carg_map.set (codegen.get_param_pos (m.carray_length_parameter_position + 0.01 * dim), new 
CCodeUnaryExpression (CCodeUnaryOperator.ADDRESS_OF, temp_ref));
expr.append_array_size (temp_ref);


Why is it a '0.01 * dim'?

Yu




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]