diff options
Diffstat (limited to 'ext/gmp/gmp.c')
-rw-r--r-- | ext/gmp/gmp.c | 9 |
1 files changed, 0 insertions, 9 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 - */ |