From ecb7df069fac3d6765f3ae154ec0e6e39050ca56 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Grubbstr=C3=B6m=20=28Grubba=29?= <grubba@grubba.org> Date: Mon, 12 Apr 1999 22:00:37 +0200 Subject: [PATCH] Fixed typo. Rev: src/interpret.h:1.29 --- src/interpret.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/interpret.h b/src/interpret.h index a8eb3cb8ce..0ba39d0fc9 100644 --- a/src/interpret.h +++ b/src/interpret.h @@ -5,7 +5,7 @@ \*/ /* - * $Id: interpret.h,v 1.28 1999/04/07 23:10:06 hubbe Exp $ + * $Id: interpret.h,v 1.29 1999/04/12 20:00:37 grubba Exp $ */ #ifndef INTERPRET_H #define INTERPRET_H @@ -101,7 +101,7 @@ struct pike_frame { \ really_free_pike_frame(fp); \ }else{ \ - DO_IF_DEBUG(if( fp->locals+fp->num_locals>sp) fatal("Stack failiure in POP_PIKE_FRAME!\n")); \ + DO_IF_DEBUG(if( fp->locals+fp->num_locals>sp) fatal("Stack failure in POP_PIKE_FRAME!\n")); \ if(fp->num_locals) \ { \ struct svalue *s=(struct svalue *)xalloc(sizeof(struct svalue)* \ -- GitLab