Skip to content
This repository was archived by the owner on May 18, 2019. It is now read-only.

Commit 58af603

Browse files
perostOpenModelica-Hudson
authored andcommitted
[NF] Allow Fortran 77 as external language.
- Allow Fortran 77 as an alternative to FORTRAN 77, since it's used by libraries and allowed by the old frontend and other tools. Belonging to [master]: - #2907
1 parent 38fd61a commit 58af603

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Compiler/NFFrontEnd/NFInst.mo

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2475,6 +2475,8 @@ algorithm
24752475
// generation only seems to support C.
24762476
case "C" then ();
24772477
case "FORTRAN 77" then ();
2478+
// Not in the specification, but used by libraries and allowed by other tools.
2479+
case "Fortran 77" then ();
24782480
case "builtin" then ();
24792481
else
24802482
algorithm

0 commit comments

Comments
 (0)