pike.git/
lib/
master.pike.in
Branch:
Tag:
Non-build tags
All tags
No tags
1999-11-29
1999-11-29 16:36:12 by Henrik Grubbström (Grubba) <grubba@grubba.org>
71d9951478de58d775df3072f8a1d59822493d44 (
13
lines) (+
12
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
Added get_inhibit_compile_errors().
Rev: lib/master.pike.in:1.74
1:
-
/* $Id: master.pike.in,v 1.
73
1999/11/
26
21
:
51
:
46
grubba Exp $
+
/* $Id: master.pike.in,v 1.
74
1999/11/
29
16
:
36
:
12
grubba Exp $
* * Master-file for Pike. *
1039:
{ inhibit_compile_errors->set(f); }
+
+
mixed get_inhibit_compile_errors()
+
{
+
return inhibit_compiler_errors->get();
+
}
#else /* !constant(thread_local) */ mixed inhibit_compile_errors;
1046:
{ inhibit_compile_errors=f; }
+
+
mixed get_inhibit_compile_errors()
+
{
+
return inhibit_compiler_errors;
+
}
#endif /* constant(thread_local) */ string trim_file_name(string s)