Changed all the licence notices in all the files.
[pspp-builds.git] / src / magic.c
index d114a9129bc8865d75532d9ba4e834a3a4cd0192..40164b21114ff84719019d91f5c157bd9b9f0acc 100644 (file)
@@ -14,8 +14,8 @@
 
    You should have received a copy of the GNU General Public License
    along with this program; if not, write to the Free Software
-   Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
-   02111-1307, USA. */
+   Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+   02110-1301, USA. */
 
 #include <config.h>
 #include "magic.h"
@@ -26,8 +26,7 @@
 int endian;
 #endif
 
-#ifndef SECOND_LOWEST_VALUE
-/* "Second lowest" value for a flt64; that is, (-FLT64_MAX) + epsilon. */
-double second_lowest_value;
+/* magic.h */
+#ifndef __GNUC__
+union cvt_dbl second_lowest_value_union = {SECOND_LOWEST_BYTES};
 #endif
-