]> gcc.gnu.org Git - gcc.git/commitdiff
tweak __unwind_function for bsdi
authorMike Stump <mrs@gcc.gnu.org>
Sat, 18 Feb 1995 20:52:11 +0000 (20:52 +0000)
committerMike Stump <mrs@gcc.gnu.org>
Sat, 18 Feb 1995 20:52:11 +0000 (20:52 +0000)
From-SVN: r8969

gcc/libgcc2.c

index a0356d18fb95ede7d2a0f2cd9d6474d189a898bf..661a79989926246a5da09894eb85fee969202767 100644 (file)
@@ -2252,7 +2252,7 @@ __register_exceptions (exception_table *table)
   exception_table_list = node;
 }
 
-#ifdef __i386
+#if #machine(i386)
 void
 __unwind_function(void *ptr)
 {
This page took 0.069631 seconds and 5 git commands to generate.