1997-04-10
1997-04-10 12:00:27 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>
-
d2a0847b3d8df3c3a3491598d35329d061c44dee
(7 lines)
(+4/-3)
[
Show
| Annotate
]
Branch: 7.9
more debug added
Rev: src/program.c:1.31
4:
||| See the files COPYING and DISCLAIMER for more information.
\*/
#include "global.h"
- RCSID("$Id: program.c,v 1.30 1997/04/10 11:33:46 hubbe Exp $");
+ RCSID("$Id: program.c,v 1.31 1997/04/10 12:00:27 hubbe Exp $");
#include "program.h"
#include "object.h"
#include "dynamic_buffer.h"
1593: Inside #if defined(DEBUG) and #if defined(FIND_FUNCTION_HASHSIZE)
if(cache[e].id<0 || cache[e].id > current_program_id)
fatal("Error in find_function_cache[%d].id\n",e);
- if(fun < -1 || fun > 65536)
- fatal("Error in find_function_cache[%d].name\n",e);
+ if(cache[e].fun < -1 || cache[e].fun > 65536)
+ fatal("Error in find_function_cache[%d].fun\n",e);
}
}
}