]> granicus.if.org Git - gc/commit
Do not define _setjmp/_longjmp macros in mach_dep.c (code refactoring)
authorIvan Maidanski <ivmai@mail.ru>
Sat, 29 Sep 2012 08:23:40 +0000 (12:23 +0400)
committerIvan Maidanski <ivmai@mail.ru>
Sat, 29 Sep 2012 08:23:40 +0000 (12:23 +0400)
commit53295252984b68c6b1fbb7d64fe47d9cd1515364
tree8590ae691d4c8005ed8ed0f6804bd684d4ae592d
parentd74824bf5db421db71f0aad6aab8e943defddbf9
Do not define _setjmp/_longjmp macros in mach_dep.c (code refactoring)

* mach_dep.c (_setjmp, _longjmp): Remove unused macro definition (if
OS2, or CX_UX or __CC_ARM).
* mach_dep.c (GC_with_callee_saves_pushed): Use setjmp instead of
_setjmp also for OS2, CX_UX and __CC_ARM.
mach_dep.c