X-Git-Url: http://git.phpeclipse.com diff --git a/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/compiler/env/IConstants.java b/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/compiler/env/IConstants.java index fd4092c..a0f7338 100644 --- a/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/compiler/env/IConstants.java +++ b/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/compiler/env/IConstants.java @@ -27,8 +27,8 @@ public interface IConstants { // int AccVolatile = 0x0040; // int AccTransient = 0x0080; // int AccNative = 0x0100; -// int AccInterface = 0x0200; -// int AccAbstract = 0x0400; + int AccInterface = 0x0200; + int AccAbstract = 0x0400; // int AccStrictfp = 0x0800; /* @@ -40,5 +40,5 @@ public interface IConstants { * Extra flags for types and members. */ // int AccSynthetic = 0x20000; -// int AccDeprecated = 0x100000; + int AccDeprecated = 0x100000; }