X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flanguage%2Fexpressions%2Fhelpers.h;h=cb59c206a7599334246402cc26265854562d8483;hb=97f9b8ad137e333af9b3c767556d28dfda93a461;hp=895ec49bc90b30eaac7b7a1b208839fc3d6905f0;hpb=c3ac5a8af9c449072c7e872ca70a78c1755ae309;p=pspp-builds.git diff --git a/src/language/expressions/helpers.h b/src/language/expressions/helpers.h index 895ec49b..cb59c206 100644 --- a/src/language/expressions/helpers.h +++ b/src/language/expressions/helpers.h @@ -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);