X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fdata-in.h;h=287b2fbeda7bf180543c895b483c7cfd2fb82886;hb=d7b5d9144738a5a8989d45a01f4e458a78b68c0b;hp=8947cdc281301353486488f18dd746be9299e1fc;hpb=28c30ee5393be3eab865718be626b1efafdcf11b;p=pspp diff --git a/src/data-in.h b/src/data-in.h index 8947cdc281..287b2fbeda 100644 --- a/src/data-in.h +++ b/src/data-in.h @@ -14,14 +14,14 @@ 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 !data_in_h #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. */