X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=expr.cs;h=3ad5f767f9de40dbea4c9bf2990460e24e11e2c9;hb=8652d2e25e2d5f6258ffb37ba208f84cb1fb16d6;hp=d73ce591bf98cf3d8387db8601f309746c1336a6;hpb=022f7789c6fa5adac2ad2dd52e296478b4bd1007;p=m17n%2Fm17n-lib-cs.git diff --git a/expr.cs b/expr.cs index d73ce59..3ad5f76 100644 --- a/expr.cs +++ b/expr.cs @@ -24,7 +24,7 @@ public class Test { MExpression.Domain domain = new MExpression.Domain (null); - domain.Defun ("insert", new MExpression.Evaluator (insert), 1, 1, false); + domain.Defun ("insert", insert, 1, 1, false); domain.Bind (MSymbol.Of ("X"), 10); domain.Bind (Mpreedit, new MText ("PREEDIT TEXT"));