aboutsummaryrefslogtreecommitdiff
path: root/unix/boot/spp/rpp/rppfor/push.f
blob: 2329f6c52bf45e6874867b5c4930efdc7be289bb (plain) (blame)
1
2
3
4
5
6
7
8
9
integer function push (ep, argstk, ap)
      integer ap, argstk (100), ep
      if (.not.(ap .gt. 100))goto 23000
      call baderr (19Harg stack overflow.)
23000 continue
      argstk (ap) = ep
      push = ap + 1
      return
      end