X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fval.h;h=927bd916c8df25995cb18c2267b5dee235c0a0bf;hb=bf71a28cc57afd259bb086ac5dfde5b685ba7995;hp=57aaa2af746c02095557a2b4ddc2ffb6a18c9ed5;hpb=933b760efccdfa26f14254f1fae002ea3b0a1495;p=pspp-builds.git diff --git a/src/val.h b/src/val.h index 57aaa2af..927bd916 100644 --- a/src/val.h +++ b/src/val.h @@ -21,7 +21,8 @@ #define val_h 1 #include -#include "magic.h" + +#include /* 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