pike.git/
src/
program.c
Branch:
Tag:
Non-build tags
All tags
No tags
2004-01-17
2004-01-17 19:20:43 by Martin Nilsson <mani@lysator.liu.se>
5c5d787e96891aa5843d7cec51612ce4b116a1d3 (
7
lines) (+
5
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
More debug
Rev: src/program.c:1.550
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.
549
2004/01/
16
21
:
51
:
38
mirar
Exp $
+
|| $Id: program.c,v 1.
550
2004/01/
17
19
:
20
:
43
nilsson
Exp $
*/ #include "global.h"
-
RCSID("$Id: program.c,v 1.
549
2004/01/
16
21
:
51
:
38
mirar
Exp $");
+
RCSID("$Id: program.c,v 1.
550
2004/01/
17
19
:
20
:
43
nilsson
Exp $");
#include "program.h" #include "object.h" #include "dynamic_buffer.h"
3000:
if(Pike_compiler->num_parse_error > 0) {
+
CDFPRINTF((stderr, "th(%ld) Compilation errors (%d).\n",
+
(long)th_self(), Pike_compiler->num_parse_error));
prog=0; }else{ prog=Pike_compiler->new_program;