X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=src%2Fnumeric.c;h=844465eb126a3425e90c43039929e5a2596b1753;hb=397e4b99a356c51cab364f14373c15982db14d87;hp=2b42d2cfe2b720eb5749377323b31e9cf8d72db4;hpb=205ac3afa4c2b19c85819d8695abf3975bb11807;p=pspp diff --git a/src/numeric.c b/src/numeric.c index 2b42d2cfe2..844465eb12 100644 --- a/src/numeric.c +++ b/src/numeric.c @@ -14,13 +14,14 @@ 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 #include "error.h" #include #include "command.h" +#include "dictionary.h" #include "error.h" #include "lexer.h" #include "str.h" @@ -146,6 +147,7 @@ cmd_string (void) break; default: assert (0); + abort (); } /* Create each variable. */