annotate lib/Makefile @ 40231:9b3c79fdfe0b

strtod: fix clash with strtold Problem reported for RHEL 5 by Jesse Caldwell (Bug#34817). * lib/strtod.c (compute_minus_zero, minus_zero): Simplify by remving the macro / external variable, and having just a function. User changed. This avoids the need for an external variable that might clash.
author Paul Eggert <eggert@cs.ucla.edu>
date Mon, 11 Mar 2019 16:40:29 -0700
parents 585bd9712fc1
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
7679
585bd9712fc1 The beginnings of syntax-related checks for gnulib.
Jim Meyering <jim@meyering.net>
parents:
diff changeset
1 # Run "make check" to ensure that the code passes some simple tests,
585bd9712fc1 The beginnings of syntax-related checks for gnulib.
Jim Meyering <jim@meyering.net>
parents:
diff changeset
2 # usually (always?) not involving compilation.
585bd9712fc1 The beginnings of syntax-related checks for gnulib.
Jim Meyering <jim@meyering.net>
parents:
diff changeset
3 all:
585bd9712fc1 The beginnings of syntax-related checks for gnulib.
Jim Meyering <jim@meyering.net>
parents:
diff changeset
4
585bd9712fc1 The beginnings of syntax-related checks for gnulib.
Jim Meyering <jim@meyering.net>
parents:
diff changeset
5 check:
585bd9712fc1 The beginnings of syntax-related checks for gnulib.
Jim Meyering <jim@meyering.net>
parents:
diff changeset
6 ./t-idcache