pike.git/
lib/
master.pike.in
Branch:
Tag:
Non-build tags
All tags
No tags
2002-05-22
2002-05-22 17:21:41 by Martin Nilsson <mani@lysator.liu.se>
da7830c15ced173fa6fe101b216e667415ee9290 (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
Bugfixed documentation "bugfix" and a tagdoc quoting error.
Rev: lib/master.pike.in:1.202
6:
// Pike is distributed as GPL (General Public License) // See the files COPYING and DISCLAIMER for more information. //
-
// $Id: master.pike.in,v 1.
201
2002/05/22 17:
20
:
10
nilsson Exp $
+
// $Id: master.pike.in,v 1.
202
2002/05/22 17:
21
:
41
nilsson Exp $
#pike __REAL_VERSION__
66:
//! @appears error //! Throws an error. A more readable version of the code
-
//! @tt{throw( ({ sprintf(f,
@args
), backtrace() }) )@}.
+
//! @tt{throw( ({ sprintf(f,
@@args
), backtrace() }) )@}.
void error(string f, mixed ... args) { array(array) b = backtrace(); if (sizeof(args)) f = sprintf(f, @args);