8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 18:43:03 +01:00

Fix multiline comment

This commit is contained in:
brodsom 2004-08-26 19:23:53 +00:00
parent 01189dc4ba
commit 4a1d36c760

View File

@ -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 */