Skip to content

Commit 06e283c

Browse files
committed
Attempt to fix trunk by using non-standard placement of annotation
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15518 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
1 parent 5e3b1ae commit 06e283c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Compiler/FrontEnd/ModelicaBuiltin.mo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,10 @@ end initial;
4848

4949
function terminal
5050
output Boolean isTerminal;
51-
external "builtin";
5251
annotation(__OpenModelica_Impure = true, Documentation(info="<html>
5352
See <a href=\"modelica://ModelicaReference.Operators.'terminal()'\">terminal()</a>
5453
</html>"));
54+
external "builtin";
5555
end terminal;
5656

5757
type AssertionLevel = enumeration(error, warning) annotation(Documentation(info="<html>

0 commit comments

Comments
 (0)