summaryrefslogtreecommitdiff
path: root/Zend/zend_constants.h
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/zend_constants.h')
-rw-r--r--Zend/zend_constants.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/Zend/zend_constants.h b/Zend/zend_constants.h
index 05c1990400..06fd50c4a4 100644
--- a/Zend/zend_constants.h
+++ b/Zend/zend_constants.h
@@ -17,6 +17,7 @@
+----------------------------------------------------------------------+
*/
+/* $Id$ */
#ifndef ZEND_CONSTANTS_H
#define ZEND_CONSTANTS_H
@@ -62,3 +63,11 @@ void copy_zend_constant(zend_constant *c);
#define ZEND_CONSTANT_DTOR (void (*)(void *)) free_zend_constant
#endif
+
+/*
+ * Local variables:
+ * tab-width: 4
+ * c-basic-offset: 4
+ * indent-tabs-mode: t
+ * End:
+ */