pike.git/
lib/
master.pike.in
Branch:
Tag:
Non-build tags
All tags
No tags
1999-11-29
1999-11-29 18:40:18 by David Hedbor <david@hedbor.org>
c2eb4a660fb9c25e5a4cb51068218c0965c35e36 (
7
lines) (+
4
/-
3
)
[
Show
|
Annotate
]
Branch:
7.9
fixed typo - inhibit_compiler_errors -> inhibit_compile_errors
Rev: lib/master.pike.in:1.75
1:
-
/* $Id: master.pike.in,v 1.
74
1999/11/29
16
:
36
:
12
grubba
Exp $
+
/* $Id: master.pike.in,v 1.
75
1999/11/29
18
:
40
:
18
neotron
Exp $
* * Master-file for Pike. *
1042:
mixed get_inhibit_compile_errors() {
-
return inhibit_
compiler
_errors->get();
+
return inhibit_
compile
_errors->get();
} #else /* !constant(thread_local) */ mixed inhibit_compile_errors;
1054:
mixed get_inhibit_compile_errors() {
-
return inhibit_
compiler
_errors;
+
return inhibit_
compile
_errors;
} #endif /* constant(thread_local) */