Encapsulated the static data of procedure.[ch] into a single object, to be
[pspp-builds.git] / src / language / control / temporary.c
index 6cfd48ec981f1a20f8524b041e7368813fcb47a8..810ed519a0076322aa3ceb28fb7f2ec85db2eb4a 100644 (file)
@@ -43,8 +43,8 @@
 int
 cmd_temporary (void)
 {
-  if (!proc_in_temporary_transformations ())
-    proc_start_temporary_transformations ();
+  if (!proc_in_temporary_transformations (current_dataset))
+    proc_start_temporary_transformations (current_dataset);
   else
     msg (SE, _("This command may only appear once between "
                "procedures and procedure-like commands."));