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 /ext/mysqli/mysqli_warning.c | |
parent | b1ddbcbef919975e92c1c4a1c05fe04ac15173c2 (diff) | |
download | php-git-f3d39ff406787514bb36927c0b97979c066f5d5d.tar.gz |
Added standard emacs and vim modelines
Diffstat (limited to 'ext/mysqli/mysqli_warning.c')
-rw-r--r-- | ext/mysqli/mysqli_warning.c | 10 |
1 files changed, 10 insertions, 0 deletions
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 + */ |