added automake.mk files in src/language
[pspp] / src / command.c
index a471f38e427e0085ee7da51ea764164d157668f2..bdefcb22f266f759a711675774cac34851d11520 100644 (file)
@@ -854,7 +854,7 @@ cmd_new_file (void)
 int
 cmd_clear_transformations (void)
 {
-  if (getl_reading_script)
+  if (getl_reading_script ())
     {
       msg (SW, _("This command is not valid in a syntax file."));
       return CMD_FAILURE;