Clean up treatment of missing values by moving all the code into
[pspp] / src / factor_stats.c
index 79c9b80ca8b2a4c2e9c46b5016377f348805f95c..e090517bddc494e2a60279664d4ad53d96b26062 100644 (file)
@@ -15,11 +15,11 @@ General Public License for more details.
 
 You should have received a copy of the GNU General Public License
 along with this program; if not, write to the Free Software
-Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA. */
+Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA. */
 
+#include <config.h>
 #include "factor_stats.h"
-#include "config.h"
 #include "val.h"
 #include "hash.h"
 #include "algorithm.h"