pike.git/
src/
program.c
Branch:
Tag:
Non-build tags
All tags
No tags
2001-12-20
2001-12-20 15:06:58 by Martin Nilsson <mani@lysator.liu.se>
3173847f163c89a5e1953729c358af3ae3c30df0 (
13
lines) (+
7
/-
6
)
[
Show
|
Annotate
]
Branch:
7.9
Fixed autodoc syntax bug. Removed references to specific pike versions.
Rev: src/program.c:1.399
5:
\*/ /**/ #include "global.h"
-
RCSID("$Id: program.c,v 1.
398
2001/12/20
14
:
23
:
35
grubba
Exp $");
+
RCSID("$Id: program.c,v 1.
399
2001/12/20
15
:
06
:
58
nilsson
Exp $");
#include "program.h" #include "object.h" #include "dynamic_buffer.h"
403:
*! the type described by @[requested_type]. *! *! @note
-
*! The argument is currently
(Pike 7.3)
a string with the name
+
*! The argument is currently a string with the name
*! of the type, but might in the future be a value of the type type. *! *! @note
-
*! Currently
(Pike 7.3)
casting between object types is a noop.
+
*! Currently casting between object types is a noop.
*! *! @note *! If the returned value is not deemed to be of the requested type
627:
*! *! @returns *! Expected to return @tt{1@} if the object is to be regarded as a
-
*! simulation of the type specified by @[basic_
type@
].
+
*! simulation of the type specified by @[basic_
type
].
*! *! @note
-
*! The argument is currently
(Pike 7.2)
a string with the name
+
*! The argument is currently a string with the name
*! of the type, but might in the future be a value of the type type. */
698:
*! according to @[conversion_type]. *! *! @note
-
*! @[_sprintf()] is currently
(Pike 7.3)
not called for the following
+
*! @[_sprintf()] is currently not called for the following
*! conversion-types: *! @int *! @value 'F'