GnuCOBOL
2.0
A free COBOL compiler
|
#include <tree.h>
Data Fields | |
struct nested_list * | next |
struct cb_program * | nested_prog |
struct cb_program* nested_list::nested_prog |
Definition at line 1235 of file tree.h.
Referenced by add_contained_prog(), codegen(), output_call(), output_cancel(), and process_translate().
struct nested_list* nested_list::next |
Definition at line 1234 of file tree.h.
Referenced by add_contained_prog(), codegen(), output_call(), output_cancel(), and process_translate().