summaryrefslogtreecommitdiff
path: root/Zend/zend_constants.c
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/zend_constants.c')
-rw-r--r--Zend/zend_constants.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/Zend/zend_constants.c b/Zend/zend_constants.c
index 1c7b04acfe..956dfa53a1 100644
--- a/Zend/zend_constants.c
+++ b/Zend/zend_constants.c
@@ -17,6 +17,7 @@
+----------------------------------------------------------------------+
*/
+/* $Id$ */
#include "zend.h"
#include "zend_constants.h"
@@ -269,5 +270,6 @@ ZEND_API int zend_register_constant(zend_constant *c TSRMLS_DC)
* Local variables:
* tab-width: 4
* c-basic-offset: 4
+ * indent-tabs-mode: t
* End:
*/