summaryrefslogtreecommitdiff
path: root/lib/c-strtold.c
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2004-08-05 23:27:27 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2004-08-05 23:27:27 +0000
commit184aaab6f9d672e5ba78820fbab68d89e0254470 (patch)
tree4a665aa9dc9e9b7345151c3368d2571d6c0f2cf6 /lib/c-strtold.c
parent7d2033d8ef060992650f8b7ce07da226b9556fa7 (diff)
downloadgnulib-184aaab6f9d672e5ba78820fbab68d89e0254470.tar.gz
Imported from coreutils.
Diffstat (limited to 'lib/c-strtold.c')
-rw-r--r--lib/c-strtold.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/c-strtold.c b/lib/c-strtold.c
new file mode 100644
index 0000000000..5510e4a446
--- /dev/null
+++ b/lib/c-strtold.c
@@ -0,0 +1,2 @@
+#define LONG 1
+#include "c-strtod.c"