mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
CPP directives must start on the beginning of line
This commit is contained in:
parent
f006b2bbc3
commit
edead0523b
1 changed files with 1 additions and 1 deletions
|
@ -1965,7 +1965,7 @@ int odbc_sqlconnect(odbc_connection **conn, char *db, char *uid, char *pwd, int
|
|||
}
|
||||
/* Possible fix for bug #10250
|
||||
* Needs testing on UnixODBC < 2.0.5 though. */
|
||||
#if defined(HAVE_EMPRESS) || defined(HAVE_UNIXODBC)
|
||||
#if defined(HAVE_EMPRESS) || defined(HAVE_UNIXODBC)
|
||||
/* * Uncomment the line above, and comment line below to fully test
|
||||
* #ifdef HAVE_EMPRESS */
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue