diff options
author | Frank M. Kromann <fmk@php.net> | 2001-09-06 16:49:17 +0000 |
---|---|---|
committer | Frank M. Kromann <fmk@php.net> | 2001-09-06 16:49:17 +0000 |
commit | 059f1cc922e6a23da20a8821e1777331af6d494d (patch) | |
tree | 6ada5f5d5b698242158862c1bdce794d35c15dda /ext/fbsql/php_fbsql.h | |
parent | 12eef9d6d61f30338dc6f03caef723e75a1176ff (diff) | |
download | php-git-059f1cc922e6a23da20a8821e1777331af6d494d.tar.gz |
Fixing spelling
Diffstat (limited to 'ext/fbsql/php_fbsql.h')
-rw-r--r-- | ext/fbsql/php_fbsql.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/fbsql/php_fbsql.h b/ext/fbsql/php_fbsql.h index 6412920304..7f6d0a6b56 100644 --- a/ext/fbsql/php_fbsql.h +++ b/ext/fbsql/php_fbsql.h @@ -119,8 +119,6 @@ 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 |