Apply patch #5225, assertions.
[pspp-builds.git] / src / language / dictionary / numeric.c
index a914b06ac2502012ade383d2c5b5b84fb844f44a..82b58c0240f633a33cfa4da34e1109641606ebbc 100644 (file)
@@ -27,7 +27,7 @@
 #include <language/command.h>
 #include <language/lexer/lexer.h>
 #include <language/lexer/variable-parser.h>
-#include <libpspp/message.h>
+#include <libpspp/assertion.h>
 #include <libpspp/message.h>
 #include <libpspp/str.h>
 
@@ -151,8 +151,7 @@ cmd_string (void)
          width = f.w / 2;
          break;
        default:
-         assert (0);
-          abort ();
+          NOT_REACHED ();
        }
 
       /* Create each variable. */