pspp-cvs
[Top][All Lists]
Advanced

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

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


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

Index: pspp/src/repeat.c
diff -u pspp/src/repeat.c:1.11 pspp/src/repeat.c:1.12
--- pspp/src/repeat.c:1.11      Mon Nov 15 09:51:22 2004
+++ pspp/src/repeat.c   Mon Mar  7 03:04:50 2005
@@ -169,7 +169,7 @@
       
       if (token == T_ID)
        result = parse_ids (e);
-      else if (token == T_NUM)
+      else if (lex_is_number ())
        result = parse_numbers (e);
       else if (token == T_STRING)
        result = parse_strings (e);




reply via email to

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