GnuCOBOL  2.0
A free COBOL compiler
label_list Struct Reference
Collaboration diagram for label_list:

Data Fields

struct label_listnext
 
int id
 
int call_num
 

Detailed Description

Definition at line 70 of file codegen.c.

Field Documentation

int label_list::call_num

Definition at line 73 of file codegen.c.

Referenced by output_internal_function(), and output_perform_call().

int label_list::id

Definition at line 72 of file codegen.c.

Referenced by output_internal_function(), and output_perform_call().

struct label_list* label_list::next

Definition at line 71 of file codegen.c.

Referenced by output_internal_function(), and output_perform_call().


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