Adjust the VxWorks alternative LIMITS_H guard for glimits.h
authorOlivier Hainque <hainque@adacore.com>
Fri, 28 Feb 2020 16:32:40 +0000 (16:32 +0000)
committerOlivier Hainque <hainque@adacore.com>
Wed, 14 Oct 2020 17:38:37 +0000 (17:38 +0000)
This is a minor adjustment to the vxworks specific macro name
used to guard the header file contents, to make it closer to the
original one and easier to search for.

2020-10-14  Olivier Hainque  <hainque@adacore.com>

gcc/
* config/t-vxworks: Adjust the VxWorks alternative LIMITS_H guard
for glimits.h, make it both closer to the previous one and easier to
search for.

gcc/config/t-vxworks

index fd1fbfd4f30b29646c23a7acad234016a8d82b60..221f53ce3112af23494fa7f20209eaf2c629fe5c 100644 (file)
@@ -59,7 +59,7 @@ stmp-int-hdrs: subst-glimits.h
 subst-%.h:
        cp -p $(srcdir)/$*.h orig-$*.h
        ID=$$(echo $(BASEVER_c) | sed -e 's/\./_/g'); \
-       sed -e "s/_LIMITS_H__/_LIMITS_H_$${ID}_/" < $(srcdir)/$*.h > $@
+       sed -e "s/_LIMITS_H__/_LIMITS_H__$${ID}_/" < $(srcdir)/$*.h > $@
        cp $@ $(srcdir)/$*.h
 
 # Then arrange to restore the original versions after the standard