RaiseInstruction.hpp File Reference
Include dependency graph for RaiseInstruction.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  RexxInstructionRaise
 

Macros

#define raise_return   0x01 /* doing a return rather than exit */
 
#define raise_array   0x02 /* additional info is an array */
 

Macro Definition Documentation

◆ raise_array

#define raise_array   0x02 /* additional info is an array */

Definition at line 50 of file RaiseInstruction.hpp.

◆ raise_return

#define raise_return   0x01 /* doing a return rather than exit */

Definition at line 49 of file RaiseInstruction.hpp.