Added preamble
[pspp-builds.git] / src / val.h
index c4b96b1ae14a377e0a1700606518051ef8be8c80..927bd916c8df25995cb18c2267b5dee235c0a0bf 100644 (file)
--- a/src/val.h
+++ b/src/val.h
 
    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. */
 
 #if !val_h
 #define val_h 1
 
 #include <float.h>
-#include "config.h"
+
+#include <config.h>
 
 /* Values. */
 
@@ -53,7 +54,7 @@ union value
     double f;
 
     /* A short-string value. */
-    unsigned char s[MAX_SHORT_STRING];
+    char s[MAX_SHORT_STRING];
 
     /* Used by evaluate_expression() to return a string result.
        As currently implemented, it's a pointer to a dynamic
@@ -61,7 +62,7 @@ union value
 
        Also used by the AGGREGATE procedure in handling string
        values. */
-    unsigned char *c;
+    char *c;
   };
 
 /* Maximum number of `union value's in a single number or string