Skip to content

Commit

Permalink
reverted 2d6e1a7
Browse files Browse the repository at this point in the history
  • Loading branch information
niklwors committed Nov 19, 2015
1 parent 7fcf026 commit e1afc3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Compiler/Template/CodegenCpp.tpl
Expand Up @@ -4473,7 +4473,7 @@ template extType2(Type type, Boolean isInput, Boolean isArray)
let s = match type
case T_INTEGER(__) then "int"
case T_REAL(__) then "double"
case T_STRING(__) then "string"/*use string instead of char* for external types*/
case T_STRING(__) then "const char*"
case T_BOOL(__) then "int"
case T_ENUMERATION(__) then "int"
case T_ARRAY(__) then extType2(ty,isInput,true)
Expand Down

0 comments on commit e1afc3d

Please sign in to comment.