summaryrefslogtreecommitdiff
path: root/Zend/zend_compile.h
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/zend_compile.h')
-rw-r--r--Zend/zend_compile.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/Zend/zend_compile.h b/Zend/zend_compile.h
index 626104deeb..84d6b9f7b3 100644
--- a/Zend/zend_compile.h
+++ b/Zend/zend_compile.h
@@ -1074,13 +1074,3 @@ END_EXTERN_C()
ZEND_API zend_bool zend_binary_op_produces_numeric_string_error(uint32_t opcode, zval *op1, zval *op2);
#endif /* ZEND_COMPILE_H */
-
-/*
- * Local variables:
- * tab-width: 4
- * c-basic-offset: 4
- * indent-tabs-mode: t
- * End:
- * vim600: sw=4 ts=4 fdm=marker
- * vim<600: sw=4 ts=4
- */