summaryrefslogtreecommitdiff
path: root/Zend/zend_float.c
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/zend_float.c')
-rw-r--r--Zend/zend_float.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/Zend/zend_float.c b/Zend/zend_float.c
index a062ef7681..90af0c4a5f 100644
--- a/Zend/zend_float.c
+++ b/Zend/zend_float.c
@@ -54,13 +54,3 @@ ZEND_API void zend_ensure_fpu_mode(void) /* {{{ */
XPFPA_SWITCH_DOUBLE();
}
/* }}} */
-
-/*
- * 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
- */