home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / clarion / ovlay.zip / PROCDEFS.INC < prev    next >
Text File  |  1990-04-17  |  805b  |  18 lines

  1. ! Equate list of procedures for overlay manager
  2.  
  3. ! NOTE:  P is used as the standard prefix for all proc equates to eliminate
  4. !        confusion.  It will be necessary to remove 1 character from 12
  5. !        character proc names when naming their corresponding equates.
  6. !
  7. !        PRETURN must always be equate(01)
  8. !
  9. !        all other equates must procede sequentially from 02
  10.  
  11. PRETURN         EQUATE(01)      ! RETURN FROM CALL - MANDATORY
  12. PS1             EQUATE(02)      ! PROCEDURE S1
  13. PS2             EQUATE(03)      ! PROCEDURE S2
  14. PS3             EQUATE(04)      ! PROCEDURE S3
  15.  
  16. LAST_PROC       EQUATE(04)      ! Number of last procedure equate, must be
  17.                                 ! kept in sync for proper error-trapping in
  18.                                 ! OVLAY.CLA functions