pspp-cvs
[Top][All Lists]
Advanced

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

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


From: Ben Pfaff
Subject: [Pspp-cvs] Changes to pspp/src/inpt-pgm.c
Date: Mon, 14 Mar 2005 01:54:43 -0500

Index: pspp/src/inpt-pgm.c
diff -u pspp/src/inpt-pgm.c:1.17 pspp/src/inpt-pgm.c:1.18
--- pspp/src/inpt-pgm.c:1.17    Tue Mar  1 08:16:15 2005
+++ pspp/src/inpt-pgm.c Mon Mar 14 06:54:40 2005
@@ -65,8 +65,7 @@
 
   /* FIXME: we shouldn't do this here, but I'm afraid that other
      code will check the class of vfm_source. */
-  vfm_source = create_case_source (&input_program_source_class,
-                                   default_dict, NULL);
+  vfm_source = create_case_source (&input_program_source_class, NULL);
 
   return lex_end_of_command ();
 }
@@ -116,9 +115,6 @@
   /* Put inp into vfm_source for later use. */
   vfm_source->aux = inp;
 
-  /* FIXME: we should use create_case_source() here. */
-  vfm_source->value_cnt = dict_get_next_value_idx (default_dict);
-
   return lex_end_of_command ();
 }
 




reply via email to

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