diff options
Diffstat (limited to 'ext/standard/crc32.c')
-rw-r--r-- | ext/standard/crc32.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/ext/standard/crc32.c b/ext/standard/crc32.c index a328600f9d..fb6e85ab07 100644 --- a/ext/standard/crc32.c +++ b/ext/standard/crc32.c @@ -41,12 +41,3 @@ PHP_NAMED_FUNCTION(php_if_crc32) RETVAL_LONG(crc^0xFFFFFFFF); } /* }}} */ - -/* - * Local variables: - * tab-width: 4 - * c-basic-offset: 4 - * End: - * vim600: sw=4 ts=4 fdm=marker - * vim<600: sw=4 ts=4 - */ |