Wilken Gottwalt <wilken.gottw...@posteo.net> writes: > Fix identifier names to be too similar to Modula-2 keywords and causing > warnings coming from Modula-2's own libraries. > > m2/m2log/InOut.mod:51:18: note: In implementation module ‘InOut’: > either the identifier has the same name as a keyword or alternatively a > keyword has the wrong case (‘IN’ and ‘in’) > 51 | in, out: File ; > > m2/m2log/InOut.mod:51:18: note: the symbol name ‘in’ is legal as an > identifier, however as such it might cause confusion and is considered > bad programming practice > > gcc/gm2: > * gm2-libs-log/InOut.mod: Fix bad identifier warning.
Many thanks, LGTM.