X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fdata-in.h;h=287b2fbeda7bf180543c895b483c7cfd2fb82886;hb=5ff91bd55867848d448c2f09bc7057cc1fb77b18;hp=9499f78cb0b669994dd0aba78744d9e57f60a33e;hpb=4de79b34b329d1da6cdeb145993d3efd911e2967;p=pspp diff --git a/src/data-in.h b/src/data-in.h index 9499f78cb0..287b2fbeda 100644 --- a/src/data-in.h +++ b/src/data-in.h @@ -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. */