diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2008-12-22 15:58:54 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2008-12-22 15:58:54 +0000 |
commit | 38b7304e932d52c8a4b250f35a1c8bcf6805d8ca (patch) | |
tree | db12341ab2303620d70b9de8a5d52093a7262f3a /libm/math_private.h | |
parent | ef9bd8dd3a1a6922839db782157e3f40f3411f32 (diff) |
libm/*: mass removal of:
1. static char rcsid[] = "$NetBSD: ..."
2. /* @(#)s_scalbn.c 5.1 93/09/24 */
3. #ifdef __STDC__
No code changes (verified with objdump)
Diffstat (limited to 'libm/math_private.h')
-rw-r--r-- | libm/math_private.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/libm/math_private.h b/libm/math_private.h index f85db12a8..437371f34 100644 --- a/libm/math_private.h +++ b/libm/math_private.h @@ -9,11 +9,6 @@ * ==================================================== */ -/* - * from: @(#)fdlibm.h 5.1 93/09/24 - * $Id: math_private.h,v 1.3 2004/02/09 07:10:38 andersen Exp $ - */ - #ifndef _MATH_PRIVATE_H_ #define _MATH_PRIVATE_H_ |