GnuCOBOL  2.0
A free COBOL compiler
cobjmp_buf Struct Reference

#include <common.h>

Data Fields

int cbj_int [4]
 
void * cbj_ptr [4]
 
jmp_buf cbj_jmp_buf
 
void * cbj_ptr_rest [2]
 

Detailed Description

Definition at line 1235 of file common.h.

Field Documentation

int cobjmp_buf::cbj_int[4]

Definition at line 1236 of file common.h.

jmp_buf cobjmp_buf::cbj_jmp_buf

Definition at line 1238 of file common.h.

Referenced by cob_longjmp(), and cob_savenv().

void* cobjmp_buf::cbj_ptr[4]

Definition at line 1237 of file common.h.

void* cobjmp_buf::cbj_ptr_rest[2]

Definition at line 1239 of file common.h.


The documentation for this struct was generated from the following file: