14 # error "vt_user_comment.h should only be included from vt_user.h"
17 #ifndef _VT_USER_COMMENT_H
18 #define _VT_USER_COMMENT_H
20 #if (defined(VTRACE)) && !(defined(VTRACE_NO_COMMENT))
22 __VT_EXTERN_DECL
void VT_User_comment_def__(
const char* comment);
23 __VT_EXTERN_DECL
void VT_User_comment__(
const char* comment);
25 # define VT_COMMENT_DEF(c) VT_User_comment_def__((c))
26 # define VT_COMMENT(c) VT_User_comment__((c))
30 # define VT_COMMENT_DEF(c)
31 # define VT_COMMENT(c)