diff options
author | Zak Greant <zak@php.net> | 2005-01-16 19:28:55 +0000 |
---|---|---|
committer | Zak Greant <zak@php.net> | 2005-01-16 19:28:55 +0000 |
commit | f3d39ff406787514bb36927c0b97979c066f5d5d (patch) | |
tree | 57db17bc6b4b0d637e06d237160901db109a32d4 | |
parent | b1ddbcbef919975e92c1c4a1c05fe04ac15173c2 (diff) | |
download | php-git-f3d39ff406787514bb36927c0b97979c066f5d5d.tar.gz |
Added standard emacs and vim modelines
-rw-r--r-- | ext/mysqli/mysqli_driver.c | 10 | ||||
-rw-r--r-- | ext/mysqli/mysqli_embedded.c | 10 | ||||
-rw-r--r-- | ext/mysqli/mysqli_exception.c | 9 | ||||
-rw-r--r-- | ext/mysqli/mysqli_report.h | 10 | ||||
-rw-r--r-- | ext/mysqli/mysqli_warning.c | 10 | ||||
-rw-r--r-- | ext/mysqli/php_mysqli.h | 2 |
6 files changed, 51 insertions, 0 deletions
diff --git a/ext/mysqli/mysqli_driver.c b/ext/mysqli/mysqli_driver.c index b8c9ca9ed2..937715d440 100644 --- a/ext/mysqli/mysqli_driver.c +++ b/ext/mysqli/mysqli_driver.c @@ -151,3 +151,13 @@ function_entry mysqli_driver_methods[] = { {NULL, NULL, NULL} }; /* }}} */ + +/* + * Local variables: + * tab-width: 4 + * c-basic-offset: 4 + * indent-tabs-mode: t + * End: + * vim600: noet sw=4 ts=4 fdm=marker + * vim<600: noet sw=4 ts=4 + */ diff --git a/ext/mysqli/mysqli_embedded.c b/ext/mysqli/mysqli_embedded.c index dd51349714..95b90d67a9 100644 --- a/ext/mysqli/mysqli_embedded.c +++ b/ext/mysqli/mysqli_embedded.c @@ -120,3 +120,13 @@ PHP_FUNCTION(mysqli_embedded_server_end) #endif } /* }}} */ + +/* + * Local variables: + * tab-width: 4 + * c-basic-offset: 4 + * indent-tabs-mode: t + * End: + * vim600: noet sw=4 ts=4 fdm=marker + * vim<600: noet sw=4 ts=4 + */ diff --git a/ext/mysqli/mysqli_exception.c b/ext/mysqli/mysqli_exception.c index f813c6e65c..bd90560c84 100644 --- a/ext/mysqli/mysqli_exception.c +++ b/ext/mysqli/mysqli_exception.c @@ -72,3 +72,12 @@ void php_mysqli_throw_sql_exception(char *sqlstate, int errorno TSRMLS_DC, char zend_throw_exception_object(sql_ex TSRMLS_CC); } +/* + * Local variables: + * tab-width: 4 + * c-basic-offset: 4 + * indent-tabs-mode: t + * End: + * vim600: noet sw=4 ts=4 fdm=marker + * vim<600: noet sw=4 ts=4 + */ diff --git a/ext/mysqli/mysqli_report.h b/ext/mysqli/mysqli_report.h index a8d63e5e87..ec69bb5195 100644 --- a/ext/mysqli/mysqli_report.h +++ b/ext/mysqli/mysqli_report.h @@ -52,3 +52,13 @@ typedef struct { #endif + +/* + * Local variables: + * tab-width: 4 + * c-basic-offset: 4 + * indent-tabs-mode: t + * End: + * vim600: noet sw=4 ts=4 fdm=marker + * vim<600: noet sw=4 ts=4 + */ diff --git a/ext/mysqli/mysqli_warning.c b/ext/mysqli/mysqli_warning.c index 9114d7b493..301150e513 100644 --- a/ext/mysqli/mysqli_warning.c +++ b/ext/mysqli/mysqli_warning.c @@ -170,3 +170,13 @@ mysqli_property_entry mysqli_warning_property_entries[] = { {"errno", mysqli_warning_errno, NULL}, {NULL, NULL, NULL} }; + +/* + * Local variables: + * tab-width: 4 + * c-basic-offset: 4 + * indent-tabs-mode: t + * End: + * vim600: noet sw=4 ts=4 fdm=marker + * vim<600: noet sw=4 ts=4 + */ diff --git a/ext/mysqli/php_mysqli.h b/ext/mysqli/php_mysqli.h index d459809a29..7656a9fb25 100644 --- a/ext/mysqli/php_mysqli.h +++ b/ext/mysqli/php_mysqli.h @@ -436,4 +436,6 @@ ZEND_EXTERN_MODULE_GLOBALS(mysqli) * c-basic-offset: 4 * indent-tabs-mode: t * End: + * vim600: noet sw=4 ts=4 fdm=marker + * vim<600: noet sw=4 ts=4 */ |