diff options
author | Dan Kalowsky <kalowsky@php.net> | 2002-09-04 04:04:36 +0000 |
---|---|---|
committer | Dan Kalowsky <kalowsky@php.net> | 2002-09-04 04:04:36 +0000 |
commit | 85db415f29d355b106dfa2f39244e422dffe5bc8 (patch) | |
tree | 9be30608d639007f3e969600b1f27fce8e1cbbea | |
parent | e22cec443eb044f28ca11ae8727d594b90d1d215 (diff) | |
download | php-git-85db415f29d355b106dfa2f39244e422dffe5bc8.tar.gz |
No more C++ comments again
-rw-r--r-- | ext/fbsql/php_fbsql.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/ext/fbsql/php_fbsql.h b/ext/fbsql/php_fbsql.h index f5c41aec18..164944cbd7 100644 --- a/ext/fbsql/php_fbsql.h +++ b/ext/fbsql/php_fbsql.h @@ -99,7 +99,7 @@ PHP_FUNCTION(fbsql_password); PHP_FUNCTION(fbsql_warnings); PHP_FUNCTION(fbsql_get_autostart_info); -//PHP_FUNCTION(fbsql_set_autostart_info); +/* PHP_FUNCTION(fbsql_set_autostart_info); */ static void php_fbsql_fetch_hash(INTERNAL_FUNCTION_PARAMETERS, int result_type); static void php_fbsql_do_connect(INTERNAL_FUNCTION_PARAMETERS, int persistent); @@ -130,15 +130,15 @@ ZEND_END_MODULE_GLOBALS(fbsql) # define FB_SQL_G(v) (fbsql_globals.v) #endif -//#ifndef ZTS // No need for external definitions -//extern fbsql_module* phpfbModule; -//#endif +/*#ifndef ZTS /* No need for external definitions */ +/*extern fbsql_module* phpfbModule; */ +/*#endif */ -#else // HAVE_FBSQL +#else /* HAVE_FBSQL */ #define fbsql_module_ptr NULL #error not ok -#endif // HAVE_FBSQL +#endif /* HAVE_FBSQL */ #define phpext_fbsql_ptr fbsql_module_ptr |