pspp-cvs
[Top][All Lists]
Advanced

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

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


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

Index: pspp/src/file-type.c
diff -u pspp/src/file-type.c:1.14 pspp/src/file-type.c:1.15
--- pspp/src/file-type.c:1.14   Tue Mar  1 08:16:15 2005
+++ pspp/src/file-type.c        Mon Mar  7 03:04:50 2005
@@ -435,7 +435,7 @@
     {
       int mv = 0;
 
-      while (token == T_NUM || token == T_STRING)
+      while (lex_is_number () || token == T_STRING)
        {
          if (rct->nv >= mv)
            {




reply via email to

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