added sysprog entities
This commit is contained in:
37
SYSPROG/STPROCINS/RTI_SSP_EQUATES.txt
Normal file
37
SYSPROG/STPROCINS/RTI_SSP_EQUATES.txt
Normal file
@ -0,0 +1,37 @@
|
||||
compile insert rti_SSP_Equates
|
||||
/*
|
||||
** Copyright (C) 2012 Revelation Software Inc. All Rights Reserved **
|
||||
|
||||
Author Mr C
|
||||
Date Oct 2012
|
||||
Purpose Simple equates to declare the OI SSP constants for use with
|
||||
Get_Status and Set_Status
|
||||
|
||||
Comments
|
||||
========
|
||||
|
||||
Amended Date Reason
|
||||
======= ==== ======
|
||||
*/
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
#ifndef _RTI_SSP_EQUATES_
|
||||
#define _RTI_SSP_EQUATES_
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
declare function get_Status, set_Status
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
equ SETSTAT_OK$ to 0
|
||||
equ SETSTAT_ERR$ to 1
|
||||
equ SETSTAT_APPEND$ to -1
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
#endif
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
Reference in New Issue
Block a user