Rename compare_string --> compare_string_3way
[pspp] / src / language / expressions / helpers.h
index 895ec49bc90b30eaac7b7a1b208839fc3d6905f0..cb59c206a7599334246402cc26265854562d8483 100644 (file)
@@ -48,7 +48,7 @@ static inline double check_errno (double x)
 
 extern const struct substring empty_string;
 
-int compare_string (const struct substring *, const struct substring *);
+int compare_string_3way (const struct substring *, const struct substring *);
 
 double expr_ymd_to_date (double year, double month, double day);
 double expr_ymd_to_ofs (double year, double month, double day);