X-Git-Url: http://git.phpeclipse.com diff --git a/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/compiler/ast/OperatorIds.java b/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/compiler/ast/OperatorIds.java index 59d1694..20b8dc1 100644 --- a/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/compiler/ast/OperatorIds.java +++ b/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/compiler/ast/OperatorIds.java @@ -38,4 +38,5 @@ public interface OperatorIds { static final int PLUS_PLUS = 32; // "++" static final int MINUS_MINUS = 33; // "--" static final int NEW = 34; // "new " + static final int EQUAL = 35; // "=" }