summaryrefslogtreecommitdiff
path: root/ext/gmp
diff options
context:
space:
mode:
Diffstat (limited to 'ext/gmp')
-rw-r--r--ext/gmp/gmp.c9
-rw-r--r--ext/gmp/php_gmp.h8
2 files changed, 0 insertions, 17 deletions
diff --git a/ext/gmp/gmp.c b/ext/gmp/gmp.c
index e948de1bc5..0b55945f41 100644
--- a/ext/gmp/gmp.c
+++ b/ext/gmp/gmp.c
@@ -2206,12 +2206,3 @@ ZEND_FUNCTION(gmp_scan1)
FREE_GMP_TEMP(temp_a);
}
/* }}} */
-
-/*
- * Local variables:
- * tab-width: 4
- * c-basic-offset: 4
- * End:
- * vim600: noet sw=4 ts=4 fdm=marker
- * vim<600: noet sw=4 ts=4
- */
diff --git a/ext/gmp/php_gmp.h b/ext/gmp/php_gmp.h
index c484a7d1cd..6994814b06 100644
--- a/ext/gmp/php_gmp.h
+++ b/ext/gmp/php_gmp.h
@@ -95,11 +95,3 @@ ZEND_TSRMLS_CACHE_EXTERN()
#endif
#endif /* PHP_GMP_H */
-
-
-/*
- * Local variables:
- * tab-width: 4
- * c-basic-offset: 4
- * End:
- */