# HG changeset patch # User laurent # Date 1328141337 -3600 # Node ID 1334238d48630c22f791a62b0b80d89e43004923 # Parent 2b9ed21d965cf2d989ab39685a5442e6650f6f95 Fix issues with standard library definition of NE not extensible diff -r 2b9ed21d965c -r 1334238d4863 plcopen/iec_std.csv --- a/plcopen/iec_std.csv Thu Feb 02 00:29:42 2012 +0100 +++ b/plcopen/iec_std.csv Thu Feb 02 01:08:57 2012 +0100 @@ -77,7 +77,7 @@ ;EQ;1;(ANY, ANY);BOOL;_("Equal to");yes;(None, "__eq_", "common_type");defined ;LT;1;(ANY, ANY);BOOL;_("Less than");yes;(None, "__lt_", "common_type");defined ;LE;1;(ANY, ANY);BOOL;_("Less than or equal to");yes;(None, "__le_", "common_type");defined -;NE;1;(ANY, ANY);BOOL;_("Not equal to");yes;(None, "__ne_", "common_type");defined +;NE;1;(ANY, ANY);BOOL;_("Not equal to");no;(None, "__ne_", "common_type");defined _("Character string");LEN;1;(STRING);INT;_("Length of string");no;(None, "__len", None);defined ;LEFT;1;(STRING, L);STRING;_("string left of");no;(None, "__left", None);defined ;RIGHT;1;(STRING, L);STRING;_("string right of");no;(None, "__right", None);defined