summaryrefslogtreecommitdiff
path: root/gcc/libgcc2.c
diff options
context:
space:
mode:
authormrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4>1995-02-18 20:52:11 +0000
committermrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4>1995-02-18 20:52:11 +0000
commitc14211ff1145f6a000464c5badfb7e2240acaa8d (patch)
tree390c32b6615238567e21d18d2ac3779337e2de96 /gcc/libgcc2.c
parente9e09fb1b5b5b653eb338b50f0d733c999a26298 (diff)
downloadgcc-c14211ff1145f6a000464c5badfb7e2240acaa8d.tar.gz
tweak __unwind_function for bsdi
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@8969 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/libgcc2.c')
-rw-r--r--gcc/libgcc2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/libgcc2.c b/gcc/libgcc2.c
index a0356d18fb9..661a7998992 100644
--- a/gcc/libgcc2.c
+++ b/gcc/libgcc2.c
@@ -2252,7 +2252,7 @@ __register_exceptions (exception_table *table)
exception_table_list = node;
}
-#ifdef __i386
+#if #machine(i386)
void
__unwind_function(void *ptr)
{