Is this bad coding etiquette  ?

[u]dbdimp.c[/u]

 4459    if (!my_login(h, imp_dbh))
  4460    {
  4461      [b]do_error(h, mysql_errno(&imp_dbh->mysql), 
mysql_error(&imp_dbh->mysql)[/b]
  4462  #if MYSQL_VERSION_ID >= SQL_STATE_VERSION
  4463               [b], mysql_sqlstate(&imp_dbh->mysql));[/b]
  4464  #else
  4465              [b]  );[/b]
  4466  #endif
 
 
This message posted from opensolaris.org
_______________________________________________
opensolaris-discuss mailing list
[email protected]

Reply via email to