summaryrefslogtreecommitdiff
path: root/Zend/zend_globals.h
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/zend_globals.h')
-rw-r--r--Zend/zend_globals.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/Zend/zend_globals.h b/Zend/zend_globals.h
index df8b928c6b..07bd704a7e 100644
--- a/Zend/zend_globals.h
+++ b/Zend/zend_globals.h
@@ -17,6 +17,7 @@
+----------------------------------------------------------------------+
*/
+/* $Id$ */
#ifndef ZEND_GLOBALS_H
#define ZEND_GLOBALS_H
@@ -272,3 +273,11 @@ struct _zend_scanner_globals {
};
#endif /* ZEND_GLOBALS_H */
+
+/*
+ * Local variables:
+ * tab-width: 4
+ * c-basic-offset: 4
+ * indent-tabs-mode: t
+ * End:
+ */