pike.git/
lib/
master.pike.in
Branch:
Tag:
Non-build tags
All tags
No tags
2007-06-02
2007-06-02 10:23:15 by Henrik Grubbström (Grubba) <grubba@grubba.org>
1922291aad9b3a7903e2eabfc842574b22b6a800 (
13
lines) (+
12
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
Added handle_attribute_constant().
Rev: lib/master.pike.in:1.392
6:
// Pike is distributed under GPL, LGPL and MPL. See the file COPYING // for more information. //
-
// $Id: master.pike.in,v 1.
391
2007/
01
/
25
00
:
11
:
38
bill
Exp $
+
// $Id: master.pike.in,v 1.
392
2007/
06
/
02
10
:
23
:
15
grubba
Exp $
#pike __REAL_VERSION__ //#pragma strict_types
1097:
// predef::trace(0); }
+
mixed handle_attribute_constant(string attr, mixed arg,
+
mixed arg_type, mixed cont_type)
+
{
+
#if 0
+
werror("handle_attribute_constant(%O, %O, %O, %O)\n",
+
attr, arg, arg_type, cont_type);
+
#endif /* 0 */
+
return __handle_attribute_constant(attr, arg, arg_type, cont_type);
+
}
+
/* This array contains the names of the functions * that a replacing master-object may want to override. */