(parse_aggregate_functions) If dict_create_var() fails, don't
[pspp-builds.git] / src / frequencies.q
index acfeed86d3c65e2327e2b364def9b0778df614d9..fa380dea0fef49b18a78a4b94b93da1f483a6759 100644 (file)
@@ -627,6 +627,7 @@ postcalc (void *aux UNUSED)
        dump_statistics (v, !dumped_freq_tab);
 
 
+
       if ( chart == GFT_HIST) 
        {
          double d[frq_n_stats];
@@ -654,6 +655,7 @@ postcalc (void *aux UNUSED)
        }
 
 
+
       cleanup_freq_tab (v);
 
     }
@@ -866,7 +868,7 @@ frq_custom_grouped (struct cmd_frequencies *cmd UNUSED)
          {
            nl = ml = 0;
            dl = NULL;
-           while (token == T_NUM)
+           while (lex_integer ())
              {
                if (nl >= ml)
                  {
@@ -1612,6 +1614,7 @@ freq_tab_to_slice_array(const struct freq_tab *frq_tab,
 
 
 
+
 static void
 do_piechart(const struct variable *var, const struct freq_tab *frq_tab)
 {
@@ -1625,6 +1628,7 @@ do_piechart(const struct variable *var, const struct freq_tab *frq_tab)
   free(slices);
 }
 
+
 /* 
    Local Variables:
    mode: c