add notation about pic_try usage
This commit is contained in:
parent
edb4f61d5e
commit
042bd30415
|
@ -15,6 +15,8 @@ struct pic_jmpbuf {
|
||||||
struct pic_jmpbuf *prev;
|
struct pic_jmpbuf *prev;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
/* do not return from try block! */
|
||||||
|
|
||||||
#define pic_try \
|
#define pic_try \
|
||||||
pic_push_try(pic); \
|
pic_push_try(pic); \
|
||||||
if (setjmp(*pic->jmp) == 0) \
|
if (setjmp(*pic->jmp) == 0) \
|
||||||
|
|
Loading…
Reference in New Issue