* os_dep.c: Remove redundancy introduced in last merge.

From-SVN: r69912
This commit is contained in:
Loren J. Rittle 2003-07-29 02:38:49 +00:00 committed by Loren J. Rittle
parent 415d463626
commit 5fd5bdbd62
2 changed files with 4 additions and 4 deletions

View File

@ -1,3 +1,7 @@
2003-07-28 Loren J. Rittle <ljrittle@acm.org>
* os_dep.c: Remove redundancy introduced in last merge.
2003-07-28 Jeff Sturm <jsturm@one-point.com>
Import GC 6.3alpha1.

View File

@ -91,10 +91,6 @@
# include <setjmp.h>
#endif
#if defined(FREEBSD) && defined(I386)
# include <machine/trap.h>
#endif
#ifdef AMIGA
# define GC_AMIGA_DEF
# include "AmigaOS.c"