diff options
author | Ivan Maidanski <ivmai@mail.ru> | 2012-09-29 13:13:01 +0400 |
---|---|---|
committer | Ivan Maidanski <ivmai@mail.ru> | 2012-09-29 13:13:01 +0400 |
commit | 5299712672949040adf0e731902eb927404a8bc3 (patch) | |
tree | 2b4c71ed5c7c2271163ff71dbcbeb1e4cf57e3e8 /mach_dep.c | |
parent | 1c813199d38c376dc2084d68443762090b83dd50 (diff) | |
download | bdwgc-5299712672949040adf0e731902eb927404a8bc3.tar.gz |
Move 'include setjmp.h' from mach_dep.c to gc_priv.h
* include/private/gc_priv.h: Include setjmp.h unconditionally (since
SETJMP/LONGJMP is always defined).
* mach_dep.c: Remove redundant include setjmp.h.
Diffstat (limited to 'mach_dep.c')
-rw-r--r-- | mach_dep.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -15,7 +15,6 @@ #include "private/gc_priv.h" #include <stdio.h> -#include <setjmp.h> #ifdef AMIGA # ifndef __GNUC__ |