summaryrefslogtreecommitdiff
path: root/pjlib/include/pj/compat/setjmp.h
diff options
context:
space:
mode:
Diffstat (limited to 'pjlib/include/pj/compat/setjmp.h')
-rw-r--r--pjlib/include/pj/compat/setjmp.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/pjlib/include/pj/compat/setjmp.h b/pjlib/include/pj/compat/setjmp.h
index b33ce445..2c2e4693 100644
--- a/pjlib/include/pj/compat/setjmp.h
+++ b/pjlib/include/pj/compat/setjmp.h
@@ -82,6 +82,9 @@
# endif /* _ASM */
+#elif defined(PJ_SYMBIAN) && PJ_SYMBIAN!=0
+ /* Symbian framework don't use setjmp/longjmp */
+
#else
# warning "setjmp()/longjmp() is not implemented"
typedef int pj_jmp_buf[1];