diff options
author | Vadim B. Mikheev <vadim4o@yahoo.com> | 1996-12-14 05:55:27 +0000 |
---|---|---|
committer | Vadim B. Mikheev <vadim4o@yahoo.com> | 1996-12-14 05:55:27 +0000 |
commit | 25eb9e2a66772875dc09c609747d94c368c69501 (patch) | |
tree | 404b099199e796452b4fb8430d0de5572d2fc3fc /src/include/regex/regex.h | |
parent | 02ba3cf871f3b295e47712996f93beff22751f2d (diff) | |
download | postgresql-25eb9e2a66772875dc09c609747d94c368c69501.tar.gz postgresql-25eb9e2a66772875dc09c609747d94c368c69501.zip |
Avoiding
cc1: warnings being treated as errors
exc.c: In function 'ExcRaise':
exc.c:186: warning: passing arg 1 of 'Longjmp' from incompatible pointer type
gmake[3]: *** [exc.o] Error 1
Now we have:
#if defined (JMP_BUF)
longjmp(efp->context, 1);
#else
siglongjmp(efp->context, 1);
#endif
Diffstat (limited to 'src/include/regex/regex.h')
0 files changed, 0 insertions, 0 deletions