* automake.mk: Add new file.
[pspp-builds.git] / src / language / expressions / operations.def
index 2e94d2ec3203cd72e34a8fc86bf3225f476799f9..3056b886343c185f792876f4856a8f0da8f1439a 100644 (file)
@@ -573,7 +573,7 @@ string function RTRIM (string s, string c)
 function NUMBER (string s, ni_format f)
 {
   union value out;
-  data_in (ss_head (s, f->w), f->type, f->d, 0, &out, 0);
+  data_in (ss_head (s, f->w), LEGACY_NATIVE, f->type, f->d, 0, &out, 0);
   return out.f;
 }