mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-24 01:23:03 +01:00
Fix multiline comment
This commit is contained in:
parent
01189dc4ba
commit
4a1d36c760
@ -81,9 +81,9 @@ const USHORT isc_action_max = 14;
|
|||||||
/* Currently we store empty string, see bug #10394 */
|
/* Currently we store empty string, see bug #10394 */
|
||||||
// BRS 01/07/2004 commented
|
// BRS 01/07/2004 commented
|
||||||
//#ifdef SUPERSERVER
|
//#ifdef SUPERSERVER
|
||||||
//#define SVC_PUTSPECIFIC_DATA {\
|
//#define SVC_PUTSPECIFIC_DATA {
|
||||||
// char t_data[] = {'\0'};\
|
// char t_data[] = {'\0'};
|
||||||
// thdd::putSpecificData((void*)t_data);\
|
// thdd::putSpecificData((void*)t_data);
|
||||||
// }
|
// }
|
||||||
//#else
|
//#else
|
||||||
//#define SVC_PUTSPECIFIC_DATA /* nothing */
|
//#define SVC_PUTSPECIFIC_DATA /* nothing */
|
||||||
|
Loading…
Reference in New Issue
Block a user