Might as well use numbers that are easy from COBOL

This commit is contained in:
Quinn Evans 2015-10-01 19:51:16 -06:00
parent fd1fef874b
commit 3672a77a4a
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
#define CELL_DIGITS 3
#define BUFFER_SIZE 512
#define BUFFER_SIZE 999
/*
* 01 COBOL-BUFFER PIC 9(CELL_DIGITS) OCCURS BUFFER_SIZE TIMES
*/