pike.git/
src/
program.c
Branch:
Tag:
Non-build tags
All tags
No tags
2001-05-23
2001-05-23 12:22:22 by Henrik Grubbström (Grubba) <grubba@grubba.org>
bca25b92e3688a07b0a390195a2d0ede02aeaed9 (
6
lines) (+
3
/-
3
)
[
Show
|
Annotate
]
Branch:
7.9
Bugfix.
Rev: src/program.c:1.323
5:
\*/ /**/ #include "global.h"
-
RCSID("$Id: program.c,v 1.
322
2001/05/23 12:
19
:
16
grubba Exp $");
+
RCSID("$Id: program.c,v 1.
323
2001/05/23 12:
22
:
22
grubba Exp $");
#include "program.h" #include "object.h" #include "dynamic_buffer.h"
4009:
{ /* fprintf(stderr, "Destructing placeholder.\n"); */ if (placeholder->storage) {
-
yyerror("Placeholder already has storage!
\n
");
+
yyerror("Placeholder already has storage!");
/* fprintf(stderr, "Placeholder already has storage!\n" "placeholder: %p, storage: %p, prog: %p, p: %p\n", placeholder, placeholder->storage, placeholder->prog, p); */
4106:
if(placeholder) { if (placeholder->storage) {
-
yyerror("Placeholder already has storage!\n");
+
/* fprintf(stderr, "Placeholder already has storage!\n" "placeholder: %p, storage: %p, prog: %p, p: %p\n", placeholder, placeholder->storage, placeholder->prog, p); */