#define try_return(S) { S; goto try_exit; } 有关问题

#define try_return(S) { S goto try_exit } 问题try_exit:在编译这一行出错提示未引用。请问什么原因呢

#define try_return(S) { S; goto try_exit; } 问题
try_exit:     ;   在编译这一行出错   提示未   引用。

请问什么原因呢

[解决办法]
未定义吧?