aboutsummaryrefslogtreecommitdiff
path: root/unix/boot/spp/rpp/ratlibf/error.f
blob: f4e15821f39b969a41c5a4fef3905875dca6d28b (plain) (blame)
1
2
3
4
5
subroutine error (line)
      integer line (100)
      call remark (line)
      call endst
      end