GnuCOBOL
2.0
A free COBOL compiler
|
Data Fields | |
struct label_list * | next |
int | id |
int | call_num |
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().