Subject: CVS commit: src/regress/lib/libc/ieeefp/testfloat
To: None <source-changes@NetBSD.org>
From: Matt Thomas <matt@netbsd.org>
List: source-changes
Date: 04/15/2004 19:01:57
Module Name: src
Committed By: matt
Date: Thu Apr 15 19:01:57 UTC 2004
Modified Files:
src/regress/lib/libc/ieeefp/testfloat: systfloat.c
Log Message:
Use unions to avoid strict aliasing rules. And it makes the code easier
to read.
To generate a diff of this commit:
cvs rdiff -r1.6 -r1.7 src/regress/lib/libc/ieeefp/testfloat/systfloat.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.