Get rid of static vars in VALUE LABELS, ADD VALUE LABELS.
[pspp] / src / ascii.c
index b9222b83a29b5b294c98bda64eac519e1bb6e789..d1818aadf7cdf92ee17edbc32ffcc7d82bb01471 100644 (file)
@@ -1461,6 +1461,8 @@ output_lines (struct outp_driver *this, int first, int count)
                  ch = *ep;
                  n_passes = 3;
                  break;
+                default:
+                  assert (0);
                }
              output_char (this, 1, ch);
              n_chars += ep - bp + 1;