X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fdata-in.h;h=287b2fbeda7bf180543c895b483c7cfd2fb82886;hb=0ef6ac022673935ef842a1059aad45b89d59f025;hp=382b412909a0ca93000e92c8653d252d22a15991;hpb=4fdeb2145d081ff1b84e3f6c99f9d1c048c0d64a;p=pspp diff --git a/src/data-in.h b/src/data-in.h index 382b412909..287b2fbeda 100644 --- a/src/data-in.h +++ b/src/data-in.h @@ -21,7 +21,7 @@ #define data_in_h 1 #include -#include "bool.h" +#include #include "format.h" /* Flags. */ @@ -34,8 +34,8 @@ enum /* Information about parsing one data field. */ struct data_in { - const unsigned char *s; /* Source start. */ - const unsigned char *e; /* Source end. */ + const char *s; /* Source start. */ + const char *e; /* Source end. */ union value *v; /* Destination. */