~ubuntu-branches/ubuntu/vivid/gzip/vivid

« back to all changes in this revision

Viewing changes to lib/frexp.c

  • Committer: Steve Langasek
  • Date: 2012-06-29 02:07:40 UTC
  • mfrom: (4.1.9 sid)
  • Revision ID: steve.langasek@canonical.com-20120629020740-qqikrblzana08v2y
Merge version 1.5-1.1 from Debian

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* Split a double into fraction and mantissa.
2
 
   Copyright (C) 2007-2010 Free Software Foundation, Inc.
 
2
   Copyright (C) 2007-2012 Free Software Foundation, Inc.
3
3
 
4
4
   This program is free software: you can redistribute it and/or modify
5
5
   it under the terms of the GNU General Public License as published by
17
17
/* Written by Paolo Bonzini <bonzini@gnu.org>, 2003, and
18
18
   Bruno Haible <bruno@clisp.org>, 2007.  */
19
19
 
20
 
#include <config.h>
 
20
#if ! defined USE_LONG_DOUBLE
 
21
# include <config.h>
 
22
#endif
21
23
 
22
24
/* Specification.  */
23
25
#include <math.h>