about summary refs log tree commit diff
path: root/sysdeps/ieee754/dbl-64/mpa.h
diff options
context:
space:
mode:
authorSiddhesh Poyarekar <siddhesh@redhat.com>2012-12-21 09:15:10 +0530
committerSiddhesh Poyarekar <siddhesh@redhat.com>2013-01-02 10:07:50 +0530
commitda08f647d58d674db08cdb3e61c8826c89470e2e (patch)
tree688b963715a16be8198bb735c114ab058b3b3bac /sysdeps/ieee754/dbl-64/mpa.h
parent38686a0363dcd2ce65bebf2055864e403aab1dff (diff)
downloadglibc-da08f647d58d674db08cdb3e61c8826c89470e2e.tar.gz
glibc-da08f647d58d674db08cdb3e61c8826c89470e2e.tar.xz
glibc-da08f647d58d674db08cdb3e61c8826c89470e2e.zip
Move more constants into static variables
Code cleanup.
Diffstat (limited to 'sysdeps/ieee754/dbl-64/mpa.h')
-rw-r--r--sysdeps/ieee754/dbl-64/mpa.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/ieee754/dbl-64/mpa.h b/sysdeps/ieee754/dbl-64/mpa.h
index 4fdecb60ab..2a2deb410f 100644
--- a/sysdeps/ieee754/dbl-64/mpa.h
+++ b/sysdeps/ieee754/dbl-64/mpa.h
@@ -55,6 +55,7 @@ typedef struct {/* This structure holds the details of a multi-precision     */
 typedef union { int i[2]; double d; } number;
 
 extern const mp_no mpone;
+extern const mp_no mptwo;
 
 #define  X   x->d
 #define  Y   y->d