Added the Variable Information dialog.
[pspp-builds.git] / src / libpspp / float-format.h
index 14ef2c42c3741cfe714d9eb448cff4aeeb8a5d8e..047ae91e346ee78c7cd00faee90f7f5d4d61b158 100644 (file)
@@ -1,6 +1,5 @@
 /* PSPP - computes sample statistics.
    Copyright (C) 2006 Free Software Foundation, Inc.
-   Written by Ben Pfaff <blp@gnu.org>.
 
    This program is free software; you can redistribute it and/or
    modify it under the terms of the GNU General Public License as
@@ -49,7 +48,7 @@ enum float_format
 #ifdef FPREP_IEEE754
 #ifdef WORDS_BIGENDIAN
     FLOAT_NATIVE_FLOAT = FLOAT_IEEE_SINGLE_BE,
-    FLOAT_NATIVE_DOUBLE = FLOAT_IEEE_DOUBLE_BE
+    FLOAT_NATIVE_DOUBLE = FLOAT_IEEE_DOUBLE_BE,
     FLOAT_NATIVE_32_BIT = FLOAT_IEEE_SINGLE_BE,
     FLOAT_NATIVE_64_BIT = FLOAT_IEEE_DOUBLE_BE
 #else