summaryrefslogtreecommitdiff
path: root/Zend/zend_operators.h
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/zend_operators.h')
-rw-r--r--Zend/zend_operators.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/Zend/zend_operators.h b/Zend/zend_operators.h
index de7ed9da00..02afd5fd1f 100644
--- a/Zend/zend_operators.h
+++ b/Zend/zend_operators.h
@@ -17,6 +17,7 @@
+----------------------------------------------------------------------+
*/
+/* $Id$ */
#ifndef ZEND_OPERATORS_H
#define ZEND_OPERATORS_H
@@ -275,3 +276,11 @@ ZEND_API void zend_locale_sprintf_double(zval *op ZEND_FILE_LINE_DC);
#define Z_TYPE_PP(zval_pp) Z_TYPE(**zval_pp)
#endif
+
+/*
+ * Local variables:
+ * tab-width: 4
+ * c-basic-offset: 4
+ * indent-tabs-mode: t
+ * End:
+ */