pspp-cvs
[Top][All Lists]
Advanced

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

[Pspp-cvs] Changes to pspp/src/examine.q


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

Index: pspp/src/examine.q
diff -u pspp/src/examine.q:1.24 pspp/src/examine.q:1.25
--- pspp/src/examine.q:1.24     Mon Feb 14 12:36:01 2005
+++ pspp/src/examine.q  Mon Mar  7 03:04:50 2005
@@ -413,9 +413,9 @@
 
   lex_match('(');
 
-  while ( lex_double_p() ) 
+  while ( lex_is_number() ) 
     {
-      subc_list_double_push(&percentile_list,lex_double());
+      subc_list_double_push(&percentile_list,lex_number());
 
       lex_get();
 




reply via email to

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