Fix issues with standard library definition of NE not extensible
authorlaurent
Thu, 02 Feb 2012 01:08:57 +0100
changeset 639 1334238d4863
parent 638 2b9ed21d965c
child 640 c32c169b8f63
Fix issues with standard library definition of NE not extensible
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