pike.git/
src/
program.c
Branch:
Tag:
Non-build tags
All tags
No tags
2003-08-20
2003-08-20 16:54:28 by Martin Stjernholm <mast@lysator.liu.se>
08adedf10128b7164a4defaec7f5059037fa99cf (
6
lines) (+
3
/-
3
)
[
Show
|
Annotate
]
Branch:
7.9
Removed a forgotten debug printout.
Rev: src/program.c:1.516
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.
515
2003/08/
11
21
:
51
:
16
nilsson
Exp $
+
|| $Id: program.c,v 1.
516
2003/08/
20
16
:
54
:
28
mast
Exp $
*/ #include "global.h"
-
RCSID("$Id: program.c,v 1.
515
2003/08/
11
21
:
51
:
16
nilsson
Exp $");
+
RCSID("$Id: program.c,v 1.
516
2003/08/
20
16
:
54
:
28
mast
Exp $");
#include "program.h" #include "object.h" #include "dynamic_buffer.h"
4122:
id->type = get_type_of_svalue(c); id->run_time_type = c->type; id->func.offset = store_constant(c, 0, 0);
-
fprintf (stderr, "b\n");
+
} #ifdef PROGRAM_BUILD_DEBUG fprintf (stderr, "%.*sstored constant #%d at %d\n",