summaryrefslogtreecommitdiff
path: root/include/zend.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/zend.h')
-rw-r--r--include/zend.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/zend.h b/include/zend.h
index 66d82a2..9804606 100644
--- a/include/zend.h
+++ b/include/zend.h
@@ -68,7 +68,6 @@ namespace Php {
ABSTRACT ,//= ZEND_ACC_EXPLICIT_ABSTRACT_CLASS, //0x20
FINAL ,//= ZEND_ACC_FINAL_CLASS, //0x40
INTERFACE ,//= ZEND_ACC_INTERFACE, //0x80
- TRAIT ,//= ZEND_ACC_TRAIT, //0x120
//class implement interface(s) flag,
//IMPLEMENT_INTERFACES ,//= ZEND_ACC_IMPLEMENT_INTERFACES, //0x80000
@@ -82,4 +81,4 @@ namespace Php {
*/
}
-#endif /* PHPCPP_ZEND_INCLUDE_C_H_ */ \ No newline at end of file
+#endif /* PHPCPP_ZEND_INCLUDE_C_H_ */