aboutsummaryrefslogtreecommitdiff
path: root/unix/boot/spp/rpp/ratlibf/query.f
blob: d12c514a965aa7e62689a96bcdb15d29fb51584d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
subroutine query (mesg)
      integer mesg (100)
      integer getarg
      integer arg1 (3), arg2 (1)
      if (.not.(getarg (1, arg1, 3) .ne. -1 .and. getarg (2, arg2, 1) .e
     *q. -1))goto 23000
      if (.not.(arg1 (1) .eq. 63 .and. arg1 (2) .eq. -2))goto 23002
      call error (mesg)
23002 continue
23000 continue
      return
      end