pike.git/src/program.c:1:
/*
|| This file is part of Pike. For copyright information see COPYRIGHT.
|| Pike is distributed under GPL, LGPL and MPL. See the file COPYING
|| for more information.
- || $Id: program.c,v 1.751 2008/08/27 15:45:19 jonasw Exp $
+ || $Id: program.c,v 1.752 2008/09/03 14:46:13 mast Exp $
*/
#include "global.h"
#include "program.h"
#include "object.h"
#include "dynamic_buffer.h"
#include "pike_types.h"
#include "stralloc.h"
#include "las.h"
#include "lex.h"
pike.git/src/program.c:8088: Inside #if defined(PIKE_DEBUG)
if (refs > 1) {
/* Other programs can have indexed out constants from p, which
* might be broken themselves and/or keep references to p
* through the parent pointer. We should find all those other
* programs and invalidate them too, but how can that be done?
* The whole delayed compilation thingie is icky icky icky... :P
* /mast */
fprintf(stderr, "Warning: Program %p still got %d "
"external refs after unregister:\n", p, p->refs);
locate_references(p);
- fprintf (stderr, "Describing program: %p\n", p);
+ fprintf (stderr, "Describing program:\n");
describe_something (p, T_PROGRAM, 0, 0, 0, NULL);
}
#endif
}
}
}
else
{
if (c->placeholder)
{