File tree Expand file tree Collapse file tree 1 file changed +0
-21
lines changed Expand file tree Collapse file tree 1 file changed +0
-21
lines changed Original file line number Diff line number Diff line change @@ -5588,27 +5588,6 @@ static void joutput_declare_member_variables(struct cb_program *prog,
55885588 joutput ("\n" );
55895589 }
55905590
5591- /* External items */
5592- // for (f = prog->working_storage; f; f = f->sister) {
5593- // if (f->flag_external) {
5594- // joutput_prefix();
5595- // joutput("private CobolDataStorage ");
5596- // joutput_base(f);
5597- // joutput(" = null; /* %s */", f->name);
5598- // joutput_newline();
5599- // }
5600- // }
5601- // for (l = prog->file_list; l; l = CB_CHAIN(l)) {
5602- // f = CB_FILE(CB_VALUE(l))->record;
5603- // if (f->flag_external) {
5604- // joutput_prefix();
5605- // joutput("private CobolDataStorage ");
5606- // joutput_base(f);
5607- // joutput(" = null; /* %s */", f->name);
5608- // joutput_newline();
5609- // }
5610- // }
5611-
56125591 /* AbstractCobolField型変数の宣言(非定数) */
56135592 if (field_cache ) {
56145593 joutput_line ("/* Fields */\n" );
You can’t perform that action at this time.
0 commit comments