mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 22:03: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 */
|
||||
// BRS 01/07/2004 commented
|
||||
//#ifdef SUPERSERVER
|
||||
//#define SVC_PUTSPECIFIC_DATA {\
|
||||
// char t_data[] = {'\0'};\
|
||||
// thdd::putSpecificData((void*)t_data);\
|
||||
//#define SVC_PUTSPECIFIC_DATA {
|
||||
// char t_data[] = {'\0'};
|
||||
// thdd::putSpecificData((void*)t_data);
|
||||
// }
|
||||
//#else
|
||||
//#define SVC_PUTSPECIFIC_DATA /* nothing */
|
||||
|
Loading…
Reference in New Issue
Block a user