Skip to content

Commit c238e73

Browse files
rootroot
authored andcommitted
Added FUNCTION EXCEPTION-FILE and FUNCTION EXCEPTION-FILE.
1 parent 6c35232 commit c238e73

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

cobj/pplex.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4344,4 +4344,4 @@ void pp_set_current_division(int divno) { current_division = divno; }
43444344

43454345
void pp_omit_data_entry_name(int on_off) { omit_data_entry_name = on_off; }
43464346

4347-
void pp_omit_data_redef_name(int on_off) { omit_data_redef_name = on_off; }
4347+
void pp_omit_data_redef_name(int on_off) { omit_data_redef_name = on_off; }

libcobj/src/jp/osscons/opensourcecobol/libcobj/file/CobolFile.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -219,8 +219,6 @@ public class CobolFile {
219219
protected char file_version;
220220

221221
protected static String runtime_buffer;
222-
protected static String name;
223-
protected static byte[] status;
224222

225223
public Linage getLinorkeyptr() {
226224
return this.linorkeyptr;
@@ -1524,12 +1522,10 @@ public void cob_delete_file(AbstractCobolField fnstatus) {
15241522
}
15251523

15261524
public String getSelectName() {
1527-
// CobolFile cobolFile = new CobolFile();
15281525
return this.select_name;
15291526
}
15301527

15311528
public byte[] getFileStatus() {
1532-
// CobolFile cobolFile = new CobolFile();
15331529
return this.file_status;
15341530
}
15351531
}

0 commit comments

Comments
 (0)