zak Sun Jan 16 14:28:55 2005 EDT
Modified files:
/php-src/ext/mysqli mysqli_driver.c mysqli_embedded.c
mysqli_exception.c mysqli_report.h
mysqli_warning.c php_mysqli.h
Log:
Added standard emacs and vim modelines
http://cvs.php.net/diff.php/php-src/ext/mysqli/mysqli_driver.c?r1=1.1&r2=1.2&ty=u
Index: php-src/ext/mysqli/mysqli_driver.c
diff -u php-src/ext/mysqli/mysqli_driver.c:1.1
php-src/ext/mysqli/mysqli_driver.c:1.2
--- php-src/ext/mysqli/mysqli_driver.c:1.1 Fri Jan 7 09:59:59 2005
+++ php-src/ext/mysqli/mysqli_driver.c Sun Jan 16 14:28:55 2005
@@ -151,3 +151,13 @@
{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
+ */
http://cvs.php.net/diff.php/php-src/ext/mysqli/mysqli_embedded.c?r1=1.2&r2=1.3&ty=u
Index: php-src/ext/mysqli/mysqli_embedded.c
diff -u php-src/ext/mysqli/mysqli_embedded.c:1.2
php-src/ext/mysqli/mysqli_embedded.c:1.3
--- php-src/ext/mysqli/mysqli_embedded.c:1.2 Sat Jan 8 10:11:35 2005
+++ php-src/ext/mysqli/mysqli_embedded.c Sun Jan 16 14:28:55 2005
@@ -120,3 +120,13 @@
#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
+ */
http://cvs.php.net/diff.php/php-src/ext/mysqli/mysqli_exception.c?r1=1.3&r2=1.4&ty=u
Index: php-src/ext/mysqli/mysqli_exception.c
diff -u php-src/ext/mysqli/mysqli_exception.c:1.3
php-src/ext/mysqli/mysqli_exception.c:1.4
--- php-src/ext/mysqli/mysqli_exception.c:1.3 Sat Jan 8 08:36:17 2005
+++ php-src/ext/mysqli/mysqli_exception.c Sun Jan 16 14:28:55 2005
@@ -72,3 +72,12 @@
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
+ */
http://cvs.php.net/diff.php/php-src/ext/mysqli/mysqli_report.h?r1=1.3&r2=1.4&ty=u
Index: php-src/ext/mysqli/mysqli_report.h
diff -u php-src/ext/mysqli/mysqli_report.h:1.3
php-src/ext/mysqli/mysqli_report.h:1.4
--- php-src/ext/mysqli/mysqli_report.h:1.3 Thu Feb 26 07:33:23 2004
+++ php-src/ext/mysqli/mysqli_report.h Sun Jan 16 14:28:55 2005
@@ -15,7 +15,7 @@
| Author: Georg Richter <[EMAIL PROTECTED]> |
+----------------------------------------------------------------------+
- $Id: mysqli_report.h,v 1.3 2004/02/26 12:33:23 sniper Exp $
+ $Id: mysqli_report.h,v 1.4 2005/01/16 19:28:55 zak Exp $
*/
#ifndef __HAVE_MYSQLI_PROFILER_H__
@@ -52,3 +52,13 @@
#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
+ */
http://cvs.php.net/diff.php/php-src/ext/mysqli/mysqli_warning.c?r1=1.1&r2=1.2&ty=u
Index: php-src/ext/mysqli/mysqli_warning.c
diff -u php-src/ext/mysqli/mysqli_warning.c:1.1
php-src/ext/mysqli/mysqli_warning.c:1.2
--- php-src/ext/mysqli/mysqli_warning.c:1.1 Fri Jan 7 09:59:59 2005
+++ php-src/ext/mysqli/mysqli_warning.c Sun Jan 16 14:28:55 2005
@@ -170,3 +170,13 @@
{"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
+ */
http://cvs.php.net/diff.php/php-src/ext/mysqli/php_mysqli.h?r1=1.42&r2=1.43&ty=u
Index: php-src/ext/mysqli/php_mysqli.h
diff -u php-src/ext/mysqli/php_mysqli.h:1.42
php-src/ext/mysqli/php_mysqli.h:1.43
--- php-src/ext/mysqli/php_mysqli.h:1.42 Fri Jan 7 09:59:59 2005
+++ php-src/ext/mysqli/php_mysqli.h Sun Jan 16 14:28:55 2005
@@ -15,7 +15,7 @@
| Author: Georg Richter <[EMAIL PROTECTED]> |
+----------------------------------------------------------------------+
- $Id: php_mysqli.h,v 1.42 2005/01/07 14:59:59 georg Exp $
+ $Id: php_mysqli.h,v 1.43 2005/01/16 19:28:55 zak Exp $
*/
/* A little hack to prevent build break, when mysql is used together with
@@ -436,4 +436,6 @@
* c-basic-offset: 4
* indent-tabs-mode: t
* End:
+ * vim600: noet sw=4 ts=4 fdm=marker
+ * vim<600: noet sw=4 ts=4
*/
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php