{ } { File: SYS$LIBRARY:SIGDEF.PAS--PASCAL INCLUDE file } { to define System signaling and condition handling symbols. } { } { © Copyright 1995, 2004 Hewlett-Packard Development Company, L.P. } { } { Confidential computer software. Valid license from HP and/or } { its subsidiaries required for possession, use, or copying. } { } { Consistent with FAR 12.211 and 12.212, Commercial Computer Software, } { Computer Software Documentation, and Technical Data for Commercial } { Items are licensed to the U.S. Government under vendor's standard } { commercial license. } { } { Neither HP nor any of its subsidiaries shall be liable for technical } { or editorial errors or omissions contained herein. The information } { in this document is provided "as is" without warranty of any kind and } { is subject to change without notice. The warranties for HP products } { are set forth in the express limited warranty statements accompanying } { such products. Nothing herein should be construed as constituting an } { additional warranty. } { } SS$_ACCVIO = %X000C; (* ACCESS VIOLATION *) SS$_OPCCUS = %X0434; (* OPCODE RESERVED TO CUSTOMER *) SS$_OPCDEC = %X043C; (* OPCODE RESERVED TO DIGITAL *) SS$_RADRMOD = %X044C; (* RESERVED ADDRESSING MODE *) SS$_ROPRAND = %X0454; (* RESERVED OPERAND *) SS$_FAIL = %X045C; (* SYSTEM SERVICE FAILURE *) SS$_TBIT = %X0464; (* T-BIT TRAP *) SS$_INTOVF = %X047C; (* INTEGER OVERFLOW *) SS$_INTDIV = %X0484; (* INTEGER DIVIDE BY ZERO *) SS$_FLTOVF = %X048C; (* FLOATING OVERFLOW *) SS$_FLTDIV = %X0494; (* FLOATING/DECIMAL DIVIDE BY ZERO *) SS$_FLTUND = %X049C; (* FLOATING UNDERFLOW *) SS$_DECOVF = %X04A4; (* DECIMAL OVERFLOW *) SS$_SUBRNG = %X04AC; (* SUBSCRIPT OUT OF RANGE *) SS$_FLTOVF_F = %X04B4; (* ARITHMETIC FAULT, FLOATING OVERFLOW *) SS$_FLTDIV_F = %X04BC; (* ARITHMETIC FAULT, FLOATING DIVIDE BY ZERO *) SS$_FLTUND_F = %X04C4; (* ARITHMETIC FAULT, FLOATING UNDERFLOW *) SS$_NORMAL = %X0001; (* NORMAL COMPLETION *) SS$_CONTINUE = %X0001; (* CONTINUE EXECUTION AT POINT OF EXCEPTION *) SS$_RESIGNAL = %X0918; (* RESIGNAL CONDITION TO NEXT HANDLER *) SS$_UNWIND = %X0920; (* UNWIND CONDITION *) (* End of file SIGDEF.PAS *)