diff options
author | Gaius Mulley <gaiusmod2@gmail.com> | 2024-08-16 16:28:55 +0100 |
---|---|---|
committer | Gaius Mulley <gaiusmod2@gmail.com> | 2024-08-16 16:28:55 +0100 |
commit | b584f387bf74df9ba2cbbc07d00a05a105757329 (patch) | |
tree | eb242ebafb88cc0e91a1f7e48b66607a63159102 /gcc/dwarf2codeview.cc | |
parent | 6738e9afa36a82a59869ced03a759a3a9e5a81b6 (diff) | |
download | gcc-b584f387bf74df9ba2cbbc07d00a05a105757329.zip gcc-b584f387bf74df9ba2cbbc07d00a05a105757329.tar.gz gcc-b584f387bf74df9ba2cbbc07d00a05a105757329.tar.bz2 |
modula2: change identifier names to avoid build warnings
This fix avoids the following warnings: In implementation module
‘StdChans’: either the identifier has the same name as a keyword or
alternatively a keyword has the wrong case (‘IN’ and ‘in’)
54 | stdnull: ChanId ;
the symbol name ‘in’ is legal as an identifier, however as such it
might cause confusion and is considered bad programming practice.
gcc/m2/ChangeLog:
* gm2-libs-iso/StdChans.mod (in): Rename to ...
(inch): ... this.
(out): Rename to ...
(outch): ... this.
(err): Rename to ...
(errch): ... this.
Signed-off-by: Wilken Gottwalt <wilken.gottwalt@posteo.net>
Diffstat (limited to 'gcc/dwarf2codeview.cc')
0 files changed, 0 insertions, 0 deletions