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

Please be more careful with the nesting of macros v/s extern "C".

This commit is contained in:
robocop 2005-03-04 00:00:13 +00:00
parent 55534ab3b6
commit df3f6a6b62

View File

@ -83,6 +83,6 @@ void ISC_reset_timer(FPTR_VOID_PTR, void *, SLONG *, void **);
void ISC_set_timer(SLONG, FPTR_VOID_PTR, void *, SLONG *, void **); void ISC_set_timer(SLONG, FPTR_VOID_PTR, void *, SLONG *, void **);
void ISC_unmap_file(ISC_STATUS *, struct sh_mem *, USHORT); void ISC_unmap_file(ISC_STATUS *, struct sh_mem *, USHORT);
}
#endif // JRD_ISC_S_PROTO_H #endif // JRD_ISC_S_PROTO_H
}