Skip to content

Commit c806e6c

Browse files
authored
Merge pull request #121 from lfortran/update2
Update LFortran to 0.30.0
2 parents 7ca67f7 + 180c1e0 commit c806e6c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

utils/commit.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"id": "c82debe8b",
2+
"id": "7d0be2af5",
33
"build_type": "release"
44
}

utils/preinstalled_programs.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ end program`,
1616
integer :: image(Nx,Ny), image_color(4,Nx,Ny), palette(3,4), i, j, n, idx
1717
real(dp) :: x, y, x_0, y_0, x_sqr, y_sqr
1818
interface
19-
subroutine show_img(w, h, A) bind(c)
19+
subroutine show_img(w, h, A) bind(js)
2020
integer, intent(in) :: w, h
2121
integer, intent(in) :: A(w,h)
2222
end subroutine
23-
subroutine show_img_color(w, h, A) bind(c)
23+
subroutine show_img_color(w, h, A) bind(js)
2424
integer, intent(in) :: w, h
2525
integer, intent(in) :: A(4,w,h)
2626
end subroutine

0 commit comments

Comments
 (0)