Revamp SAVE, XSAVE, EXPORT. Add (or at least parse) all the
[pspp-builds.git] / src / expressions / helpers.h
index 4011d843def35d74877cabcaa0db53596af10720..0d6082a51a5c47897db50d7a752efd087a5aa3d5 100644 (file)
@@ -52,7 +52,7 @@ double expr_yrmoda (double year, double month, double day);
 
 struct fixed_string alloc_string (struct expression *, size_t length);
 struct fixed_string copy_string (struct expression *,
-                                 const char *, size_t length);
+                                 const unsigned char *, size_t length);
 
 static inline bool
 is_valid (double d)