Author: coke
Date: Thu Nov 6 15:12:54 2008
New Revision: 32411
Modified:
trunk/src/ops/experimental.ops
Log:
this op is [DEPRECATED]; make it squawk under './parrot -w'
Modified: trunk/src/ops/experimental.ops
==============================================================================
--- trunk/src/ops/experimental.ops (original)
+++ trunk/src/ops/experimental.ops Thu Nov 6 15:12:54 2008
@@ -311,7 +311,7 @@
=cut
-op new(out PMC, in INT, in STR) {
+op new(out PMC, in INT, in STR) :deprecated {
PMC *_class;
if ($2 <= 0 || $2 >= interp->n_vtable_max) {
opcode_t *handler = Parrot_ex_throw_from_op_args(interp, expr NEXT(),