diff options
Diffstat (limited to 'ext/standard/math.c')
-rw-r--r-- | ext/standard/math.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/ext/standard/math.c b/ext/standard/math.c index dfb664c81e..cefcd38769 100644 --- a/ext/standard/math.c +++ b/ext/standard/math.c @@ -1318,12 +1318,3 @@ PHP_FUNCTION(intdiv) RETURN_LONG(dividend / divisor); } /* }}} */ - -/* - * Local variables: - * tab-width: 4 - * c-basic-offset: 4 - * End: - * vim600: fdm=marker - * vim: noet sw=4 ts=4 - */ |