X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=scripts%2Fcheck-c%2B%2B-types.sh;h=782017c848f62947bdf29bf7e4a507282215b8f2;hb=5a82c74822d3272df2f5929133680478c0cfb4bd;hp=f82ffff57e6605c07271f103c558bfa6f0ba4e2b;hpb=9c30df69c485ba93cdb4428c9bea6da371fb16ef;p=thirdparty%2Fglibc.git diff --git a/scripts/check-c++-types.sh b/scripts/check-c++-types.sh index f82ffff57e6..782017c848f 100755 --- a/scripts/check-c++-types.sh +++ b/scripts/check-c++-types.sh @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright (C) 2003-2016 Free Software Foundation, Inc. +# Copyright (C) 2003-2019 Free Software Foundation, Inc. # This file is part of the GNU C Library. # The GNU C Library is free software; you can redistribute it and/or @@ -14,7 +14,7 @@ # You should have received a copy of the GNU Lesser General Public # License along with the GNU C Library; if not, see -# . +# . # This script creates a list of data types where each type is followed # by the C++ mangled name for that type. That list is then compared