diff options
Diffstat (limited to 'Zend/zend_ast.c')
-rw-r--r-- | Zend/zend_ast.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Zend/zend_ast.c b/Zend/zend_ast.c index c19a47f037..772ba04e63 100644 --- a/Zend/zend_ast.c +++ b/Zend/zend_ast.c @@ -1721,3 +1721,13 @@ ZEND_API zend_string *zend_ast_export(const char *prefix, zend_ast *ast, const c smart_str_0(&str); return str.s; } + +/* + * Local variables: + * tab-width: 4 + * c-basic-offset: 4 + * indent-tabs-mode: t + * End: + * vim600: sw=4 ts=4 fdm=marker + * vim<600: sw=4 ts=4 + */ |