jani Tue, 08 Dec 2009 08:20:12 +0000 Revision: http://svn.php.net/viewvc?view=revision&revision=291864
Log: - No tabs here Changed paths: U php/php-src/trunk/main/output.c Modified: php/php-src/trunk/main/output.c =================================================================== --- php/php-src/trunk/main/output.c 2009-12-08 06:58:10 UTC (rev 291863) +++ php/php-src/trunk/main/output.c 2009-12-08 08:20:12 UTC (rev 291864) @@ -22,10 +22,10 @@ /* $Id$ */ #ifndef PHP_OUTPUT_DEBUG -# define PHP_OUTPUT_DEBUG 0 +# define PHP_OUTPUT_DEBUG 0 #endif #ifndef PHP_OUTPUT_NOINLINE -# define PHP_OUTPUT_NOINLINE 0 +# define PHP_OUTPUT_NOINLINE 0 #endif #include "php.h" @@ -38,8 +38,8 @@ ZEND_DECLARE_MODULE_GLOBALS(output); #if PHP_OUTPUT_NOINLINE || PHP_OUTPUT_DEBUG -# undef inline -# define inline +# undef inline +# define inline #endif /* {{{ aliases, conflict and reverse conflict hash tables */
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php