[vxworks] avoid mangling __STDC_VERSION_LIMITS_H__
commit694fa3717a908317e895543d949eb7180911615a
authorAlexandre Oliva <oliva@adacore.com>
Fri, 19 Apr 2024 05:52:21 +0000 (19 02:52 -0300)
committerAlexandre Oliva <oliva@gnu.org>
Fri, 19 Apr 2024 05:52:21 +0000 (19 02:52 -0300)
tree01003fa6b476f7edb996936a98551e6aecf0fc84
parent85c187b2127b937e211dfe46b4120d320ff661df
[vxworks] avoid mangling __STDC_VERSION_LIMITS_H__

The mangling of the macro name that guards limits.h from reinclusion
was mangling a c23-required macro as well.  Make the edit pattern
stricter.

for  gcc/ChangeLog

* config/t-vxworks (vxw-glimits.h): Don't mangle c23-required
__STDC_VERSION_LIMITS_H__ define.
gcc/config/t-vxworks