We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f56eff9 commit 0794b97Copy full SHA for 0794b97
Compiler/Template/CodegenC.tpl
@@ -7888,7 +7888,7 @@ template expTypeShort(DAE.Type type)
7888
case T_COMPLEX(__) then 'struct <%underscorePath(ClassInf.getStateName(complexClassType))%>'
7889
case T_METATYPE(__) case T_METABOXED(__) then "metatype"
7890
case T_FUNCTION_REFERENCE_VAR(__) then "fnptr"
7891
- case T_UNKNOWN(__) then "complex" /* TODO: Don't do this to me! */
+ case T_UNKNOWN(__) then "real /* assumming real for uknown type! */" /* TODO: Don't do this to me! */
7892
case T_ANYTYPE(__) then "complex" /* TODO: Don't do this to me! */
7893
else error(sourceInfo(),'expTypeShort:<%unparseType(type)%>')
7894
end expTypeShort;
0 commit comments