X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Ftemporary.c;h=293ed30c174ff16b63d9adf3d19937871503e7ef;hb=a1c8f6fe2935432af4dbe30aef2434c6ad437a56;hp=090ceafea1a986734f02038e85dc5b6a244f79fa;hpb=14e7292894533c5491a774a2d749386362660812;p=pspp diff --git a/src/temporary.c b/src/temporary.c index 090ceafea1..293ed30c17 100644 --- a/src/temporary.c +++ b/src/temporary.c @@ -14,15 +14,16 @@ 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 +#include "error.h" #include #include #include "alloc.h" #include "command.h" +#include "dictionary.h" #include "do-ifP.h" #include "error.h" #include "hash.h" @@ -39,8 +40,6 @@ int temp_trns; int cmd_temporary (void) { - lex_match_id ("TEMPORARY"); - /* TEMPORARY is not allowed inside DO IF or LOOP. */ if (ctl_stack) {