Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Simon Burge <simonb@netbsd.org>
List: source-changes
Date: 02/05/1999 18:05:01
Module Name:	src
Committed By:	simonb
Date:		Sat Feb  6 02:05:01 UTC 1999

Modified Files:
	src/lib/libc/stdlib: strtod.c
Log Message:
Changes from Niklas Hallqvist from OpenBSD.  Commit message there was:

Make code ANSI/ISO C conformant.  Formerly undefined constructs were used
making load/store architectures (like mips&alpha) fail whn compiled with
gcc -O2.

Tested on mips and i386 ok.  Can someone with an alpha test this please?