gcc 3.3 and ppc fixes

Original commit message from CVS:
gcc 3.3 and ppc fixes
This commit is contained in:
Benjamin Otte 2003-06-14 20:10:13 +00:00
parent a3625bca95
commit e95fdde2ad

View file

@ -144,7 +144,8 @@ void conv_short_double_ref(short *dest, double *src, int n)
}
}
#ifdef HAVE_CPU_PPC
/* #ifdef HAVE_CPU_PPC */
#if 0
void conv_short_double_ppcasm(short *dest, double *src, int n)
{
int tmp[2];