Get rid of our own int32 type in favor of the standard int32_t type.
[pspp] / src / data / settings.c
index 81b67899545eb906295ea2e64c267ef4b9fe59a3..64f037ed147de959efa4a9ceddb75a1bfc9f4e57 100644 (file)
@@ -42,7 +42,7 @@ static int epoch = -1;
 
 static bool errorbreak = false;
 
-static bool scompress = false;
+static bool scompress = true;
 
 static bool undefined = true;
 static double blanks = SYSMIS;