summaryrefslogtreecommitdiff
path: root/Zend/zend_stack.h
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/zend_stack.h')
-rw-r--r--Zend/zend_stack.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/Zend/zend_stack.h b/Zend/zend_stack.h
index 862793e496..d7ea084bc2 100644
--- a/Zend/zend_stack.h
+++ b/Zend/zend_stack.h
@@ -17,6 +17,7 @@
+----------------------------------------------------------------------+
*/
+/* $Id$ */
#ifndef ZEND_STACK_H
#define ZEND_STACK_H
@@ -45,3 +46,11 @@ ZEND_API void zend_stack_apply_with_argument(zend_stack *stack, int type, int (*
#define ZEND_STACK_APPLY_BOTTOMUP 2
#endif /* ZEND_STACK_H */
+
+/*
+ * Local variables:
+ * tab-width: 4
+ * c-basic-offset: 4
+ * indent-tabs-mode: t
+ * End:
+ */