2008-05-22
2008-05-22 20:13:19 by Martin Stjernholm <mast@lysator.liu.se>
-
ddcc6d5d02344cb786c93458e62dd4f6f43d47c8
(5 lines)
(+3/-2)
[
Show
| Annotate
]
Branch: 7.9
Fixed a typo.
Rev: src/program.c:1.701
2:
|| 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.700 2008/05/21 21:55:48 grubba Exp $
+ || $Id: program.c,v 1.701 2008/05/22 20:13:19 mast Exp $
*/
#include "global.h"
3066: Inside #if defined(PIKE_DEBUG)
struct identifier *id = p->identifiers + d;
fprintf(stderr,
- "%*s %4d: %5x %6"PRINTPTRDIFFT"d %4d \"%s\"\n",
+ "%*s %4d: %5x %6"PRINTPTRDIFFT"d %4d \"%s\"\n"
"%*s %s:%d\n",
indent, "",
d, id->identifier_flags, id->func.offset,