logo       

cvs: pear /PECL/python python.c: msg#00659

php.cvs.pear

Subject: cvs: pear /PECL/python python.c

jon Sun Sep 29 15:39:04 2002 EDT

Modified files:
/pear/PECL/python python.c
Log:
Correct folding markers.


Index: pear/PECL/python/python.c
diff -u pear/PECL/python/python.c:1.6 pear/PECL/python/python.c:1.7
--- pear/PECL/python/python.c:1.6 Sun Sep 29 15:37:06 2002
+++ pear/PECL/python/python.c Sun Sep 29 15:39:04 2002
@@ -16,7 +16,7 @@
+----------------------------------------------------------------------+
*/

-/* $Id: python.c,v 1.6 2002/09/29 19:37:06 jon Exp $ */
+/* $Id: python.c,v 1.7 2002/09/29 19:39:04 jon Exp $ */

/*
* TODO:
@@ -840,16 +840,16 @@
STANDARD_MODULE_PROPERTIES
};

+#ifdef COMPILE_DL_W32API
+ZEND_GET_MODULE(python)
+#endif
+/* }}} */
+
/* {{{ PHP_INI
*/
PHP_INI_BEGIN()
STD_PHP_INI_ENTRY("python.paths", ".",
PHP_INI_ALL, OnUpdateString, paths, zend_python_globals,
python_globals)
PHP_INI_END()
-/* }}} */
-
-#ifdef COMPILE_DL_W32API
-ZEND_GET_MODULE(python)
-#endif
/* }}} */

/* {{{ python_destructor



--
PEAR CVS Mailing List (http://pear.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

News | FAQ | advertise