Since we used '#ifdef __i386__', don't close with '#endif /* !__alpha__ */'

This commit is contained in:
Doug Rabson 2001-11-24 10:11:14 +00:00
parent dfbc75ff56
commit c36e48514d

View File

@ -588,4 +588,4 @@ link_aout_lookup_set(linker_file_t lf, const char *name,
return 0;
}
#endif /* !__alpha__ */
#endif /* __i386__ */