pspp-cvs
[Top][All Lists]
Advanced

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

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


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

Index: pspp/src/set.q
diff -u pspp/src/set.q:1.21 pspp/src/set.q:1.22
--- pspp/src/set.q:1.21 Tue Mar  1 08:16:16 2005
+++ pspp/src/set.q      Mon Mar  7 03:04:50 2005
@@ -650,7 +650,7 @@
   lex_match ('=');
   if (lex_match_id ("AUTOMATIC"))
     set_epoch = -1;
-  else if (lex_integer_p ()) 
+  else if (lex_is_integer ()) 
     {
       int new_epoch = lex_integer ();
       lex_get ();




reply via email to

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