pike.git/
lib/
master.pike.in
Branch:
Tag:
Non-build tags
All tags
No tags
2002-03-08
2002-03-08 04:24:49 by Martin Stjernholm <mast@lysator.liu.se>
280de72986e1c4ee2c3cb9ee931595c21cf95abe (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
Check if handler->compile_warning exists before calling it.
Rev: lib/master.pike.in:1.193
1:
/* -*- Pike -*- *
-
* $Id: master.pike.in,v 1.
192
2002/03/
01
02
:
01
:
59
mast Exp $
+
* $Id: master.pike.in,v 1.
193
2002/03/
08
04
:
24
:
49
mast Exp $
* * Master-file for Pike. *
508:
"\t%s", describe_error(err))); } } else if (out_of_date_warning) {
-
if (handler) {
+
if (handler
&& handler->compile_warning
) {
handler->compile_warning(oname, 0, "Compiled file is out of date\n"); } else {