-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reformat certain source files for usability #49
Comments
I will run all the code through a beautifier (inc GCCLIB) |
Fixed in F0032 (and also in GCCLIB F0047) |
Could address.c and errortxt.c have their record lengths reduced also? |
I made some changes and now the code wrapped with #ifdef CMS is handled. (Done in F0035) However it does not seem to fix long string literals - so these will need to be done manually :-( |
Need to manually fix up the remaining offending files |
Certain C files in the BREXX source have extremely long records. They are not easiliy usable on CMS. One example is INTERPRE.C which is 190 bytes wide. Please reformat these files to have a maximum record length of 130 bytes or less (preferably around 80 bytes or so) so they can be more usable on 3270 terminals. These lines might be more understandable if they were broken down into more than one line of logic.
Bob Bolch
The text was updated successfully, but these errors were encountered: