diff options
author | Benjamin Kosnik <bkoz@gnu.org> | 2000-05-01 00:14:10 +0000 |
---|---|---|
committer | Benjamin Kosnik <bkoz@gcc.gnu.org> | 2000-05-01 00:14:10 +0000 |
commit | 6dd4c3fd8f38e69b0ca3cb3f692ea85c8535224a (patch) | |
tree | 040d96945a8132668b68d16390e8e799bcbf3df0 /libstdc++-v3/mknumeric_limits | |
parent | 82c3a53ec9b06b9bce83135f6afc27c1e54d0e7d (diff) | |
download | gcc-6dd4c3fd8f38e69b0ca3cb3f692ea85c8535224a.zip gcc-6dd4c3fd8f38e69b0ca3cb3f692ea85c8535224a.tar.gz gcc-6dd4c3fd8f38e69b0ca3cb3f692ea85c8535224a.tar.bz2 |
mknumeric_limits (trait_name): Fix copyright notice.
2000-04-30 Benjamin Kosnik <bkoz@gnu.org>
* mknumeric_limits (trait_name): Fix copyright notice.
* src/gen-num-limits.cc: Explicitly instantiate epsilon and
round_error data members of struct value. This works around
weak-linking issues on AIX, HPUX.
From-SVN: r33558
Diffstat (limited to 'libstdc++-v3/mknumeric_limits')
-rwxr-xr-x | libstdc++-v3/mknumeric_limits | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libstdc++-v3/mknumeric_limits b/libstdc++-v3/mknumeric_limits index 89e7a61..3f52211 100755 --- a/libstdc++-v3/mknumeric_limits +++ b/libstdc++-v3/mknumeric_limits @@ -189,7 +189,7 @@ trait_name=numeric_limits cat <<EOF > $OUT_C // Static data members of -*- C++ -*- numeric_limits classes -// Copyright (C) 1999 Cygnus Solutions +// Copyright (C) 1999, 2000 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the |