pspp-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pspp-cvs] Changes to pspp/src/aggregate.c


From: Ben Pfaff
Subject: [Pspp-cvs] Changes to pspp/src/aggregate.c
Date: Sun, 06 Mar 2005 22:04:51 -0500

Index: pspp/src/aggregate.c
diff -u pspp/src/aggregate.c:1.25 pspp/src/aggregate.c:1.26
--- pspp/src/aggregate.c:1.25   Mon Feb 14 00:15:56 2005
+++ pspp/src/aggregate.c        Mon Mar  7 03:04:50 2005
@@ -450,7 +450,7 @@
                    arg[i].c = xstrdup (ds_c_str (&tokstr));
                    type = ALPHA;
                  }
-               else if (token == T_NUM)
+               else if (lex_is_number ())
                  {
                    arg[i].f = tokval;
                    type = NUMERIC;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]