rename i386 to ia32 everywhere

This commit is contained in:
Josh Coalson
2001-06-13 18:11:25 +00:00
parent 2255848763
commit e6499bdf18
15 changed files with 65 additions and 65 deletions

View File

@@ -53,7 +53,7 @@ void FLAC__cpu_info(FLAC__CPUInfo *info);
#ifndef FLAC__NO_ASM
#ifdef FLAC__CPU_IA32
#ifdef FLAC__HAS_NASM
unsigned FLAC__cpu_info_asm_i386();
unsigned FLAC__cpu_info_asm_ia32();
#endif
#endif
#endif