[Cobolforgcc-devel] Uninitialized pgm
Status: Pre-Alpha
Brought to you by:
timjosling
From: Keisuke N. <kx...@po...> - 2001-06-01 05:16:23
|
In cobcprs.tpl at line 416, the variable `pgm' is not initialized. Is this a bug? 414: cobol_program_ended: 415: cobol_program end_program { 416: struct cbl_tree_struct_program_top* pgm; 417: pgm->end_program=$2; Keisuke |