pspp-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pspp-cvs] Changes to pspp/src/data-in.h


From: Ben Pfaff
Subject: [Pspp-cvs] Changes to pspp/src/data-in.h
Date: Tue, 25 Oct 2005 00:28:18 -0400

Index: pspp/src/data-in.h
diff -u pspp/src/data-in.h:1.7 pspp/src/data-in.h:1.8
--- pspp/src/data-in.h:1.7      Sun Jul 31 21:42:46 2005
+++ pspp/src/data-in.h  Tue Oct 25 04:28:17 2005
@@ -34,8 +34,8 @@
 /* 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. */
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]