Moved EXPORT comments to new header file
[pspp-builds.git] / src / data-in.h
index 9499f78cb0b669994dd0aba78744d9e57f60a33e..287b2fbeda7bf180543c895b483c7cfd2fb82886 100644 (file)
@@ -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. */