Skip to content

Commit

Permalink
- Removed invalid 'external' prefix from external functions in SCodeD…
Browse files Browse the repository at this point in the history
…ump.

git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11383 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
perost committed Mar 12, 2012
1 parent 86b309d commit b11e136
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Compiler/susan_codegen/SimCode/SCodeDumpTpl.tpl
Expand Up @@ -801,7 +801,7 @@ template dumpFunctionRestriction(SCode.FunctionRestriction funcRest)
match funcRest
case FR_NORMAL_FUNCTION(__) then 'function'
case FR_OPERATOR_FUNCTION(__) then 'operator function'
case FR_EXTERNAL_FUNCTION(__) then 'external function'
case FR_EXTERNAL_FUNCTION(__) then 'function'
case FR_RECORD_CONSTRUCTOR(__) then 'function'
else errorMsg("SCodeDimp.dumpFunctionRestriction: Unknown Function restriction.")
end dumpFunctionRestriction;
Expand Down

0 comments on commit b11e136

Please sign in to comment.