Add -D_GNU_SOURCE into ccflags for gcc (for now to expose
authorJarkko Hietaniemi <jhi@iki.fi>
Mon, 17 Jan 2000 08:35:49 +0000 (08:35 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Mon, 17 Jan 2000 08:35:49 +0000 (08:35 +0000)
commitfc68435e3bc2319d16a41401118f9f6c9632e3c0
tree50ad4025082c3d2f7247d51e7126f896d72b2220
parent38192672c8214bacabd25e094d76f7e2728d5de6
Add -D_GNU_SOURCE into ccflags for gcc (for now to expose
the strtold() and qgcvt() prototypes for long doubles, but
it should be okay in any case); fix bad assumptions in the
test suite about string->float conversions; though the out
parameter of strtold() (and strtoll()) is unused, it is nicer
to have it in correct type.

p4raw-id: //depot/cfgperl@4810
Configure
perl.h
t/lib/posix.t
t/op/pack.t