Closed ghost closed 4 years ago
Thanks for spotting this issue and proposing a fix.
However, since each line array is used only in a single function, IMO, the cleaner solution would be to just use local arrays instead.
I have implemented the solution using local arrays instead of renaming the global ones.
gcc-10 and above flipped to a default from -fcommon to -fno-common which generates a linker error. https://gcc.gnu.org/gcc-10/changes.html https://gcc.gnu.org/gcc-10/porting_to.html