Skip to content

Commit

Permalink
Merge pull request #121 from lfortran/update2
Browse files Browse the repository at this point in the history
Update LFortran to 0.30.0
  • Loading branch information
Shaikh-Ubaid authored Jan 5, 2024
2 parents 7ca67f7 + 180c1e0 commit c806e6c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion utils/commit.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"id": "c82debe8b",
"id": "7d0be2af5",
"build_type": "release"
}
4 changes: 2 additions & 2 deletions utils/preinstalled_programs.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ end program`,
integer :: image(Nx,Ny), image_color(4,Nx,Ny), palette(3,4), i, j, n, idx
real(dp) :: x, y, x_0, y_0, x_sqr, y_sqr
interface
subroutine show_img(w, h, A) bind(c)
subroutine show_img(w, h, A) bind(js)
integer, intent(in) :: w, h
integer, intent(in) :: A(w,h)
end subroutine
subroutine show_img_color(w, h, A) bind(c)
subroutine show_img_color(w, h, A) bind(js)
integer, intent(in) :: w, h
integer, intent(in) :: A(4,w,h)
end subroutine
Expand Down

0 comments on commit c806e6c

Please sign in to comment.