X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flanguage%2Fcommand.c;h=548d671eb4d307b4af27ddae629a5407e8b87867;hb=d4fd026f83d552e37ebe303baf60ac5dd65a6fc6;hp=5dd2a30835f4e3d0eb053ecdd55a03918cc56fdd;hpb=9b94efd7513afdb12a6023024e00e50801532fee;p=pspp-builds.git diff --git a/src/language/command.c b/src/language/command.c index 5dd2a308..548d671e 100644 --- a/src/language/command.c +++ b/src/language/command.c @@ -1,5 +1,5 @@ /* PSPP - a program for statistical analysis. - Copyright (C) 1997-9, 2000 Free Software Foundation, Inc. + Copyright (C) 1997-9, 2000, 2009 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -37,7 +37,6 @@ #include #include #include -#include #include #if HAVE_SYS_WAIT_H @@ -231,9 +230,9 @@ do_parse_command (struct lexer *lexer, /* Execute command. */ msg_set_command_name (command->name); - tab_set_command_name (command->name); + som_set_command_name (command->name); result = command->function (lexer, ds); - tab_set_command_name (NULL); + som_set_command_name (NULL); msg_set_command_name (NULL); assert (cmd_result_is_valid (result));