Added the ECHO command.
[pspp] / src / mis-val.c
index ce32625532c00d69b541472270d8b2fa021850a9..6933f0ea029b54eed1b0c8c0d6c4e78d1f31c1fa 100644 (file)
@@ -153,7 +153,7 @@ parse_num_or_range (struct num_or_range * nor)
       nor->d[0] = LOWEST;
       nor->d[1] = tokval;
     }
-  else if (token == T_NUM)
+  else if (lex_is_number ())
     {
       nor->d[0] = tokval;
       lex_get ();