We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f0b524 commit b707d6cCopy full SHA for b707d6c
cobj/codegen.c
@@ -5070,7 +5070,9 @@ static void joutput_init_method(struct cb_program *prog) {
5070
joutput_prefix();
5071
joutput("%s = new CobolDataStorage(%d);", base_name,
5072
blp->f->memory_size);
5073
- } else if (blp->f->flag_external) {
+ }
5074
+
5075
+ if (blp->f->flag_external) {
5076
joutput_initialize_external(cb_build_field_reference(blp->f, NULL),
5077
blp->f);
5078
} else {
0 commit comments