Skip to content
Snippets Groups Projects
Commit 192247a0 authored by Fredrik Hübinette (Hubbe)'s avatar Fredrik Hübinette (Hubbe)
Browse files

oops, forgot to remove some debug fprintfs

Rev: src/program.c:1.85
parent 34224fcd
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@
||| See the files COPYING and DISCLAIMER for more information.
\*/
#include "global.h"
RCSID("$Id: program.c,v 1.84 1998/04/18 07:21:04 hubbe Exp $");
RCSID("$Id: program.c,v 1.85 1998/04/18 07:31:16 hubbe Exp $");
#include "program.h"
#include "object.h"
#include "dynamic_buffer.h"
......@@ -2479,7 +2479,6 @@ static int low_implements(struct program *a, struct program *b)
{
if(!match_types(ID_FROM_INT(a,i)->type, bid->type))
return 0;
fprintf(stderr,"%s\n",bid->name->str);
num++;
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment