X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fvector.c;h=2a712a6220c310e345433ac73e81ef8c8f7ef336;hb=5156fa5a8323a16f6b4bbc8950221cdc1d0e023d;hp=2296672dc22363be9e0641f009c2744b0e2efe85;hpb=18febf84744dc7ab4248542c2f88d91c01ef3fa1;p=pspp-builds.git diff --git a/src/vector.c b/src/vector.c index 2296672d..2a712a62 100644 --- a/src/vector.c +++ b/src/vector.c @@ -18,10 +18,11 @@ 02111-1307, USA. */ #include -#include +#include "error.h" #include #include "alloc.h" #include "command.h" +#include "dictionary.h" #include "error.h" #include "lexer.h" #include "misc.h" @@ -43,8 +44,6 @@ cmd_vector (void) /* Maximum allocated position for vecnames, plus one position. */ char *endp = NULL; - lex_match_id ("VECTOR"); - cp = vecnames = xmalloc (256); endp = &vecnames[256]; do