8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 14:03:07 +01:00

fixed bug in PowerPC patch, commited by me - thanks to Adriano

This commit is contained in:
alexpeshkoff 2006-10-25 08:28:17 +00:00
parent c2c64e49a8
commit c3419fbca7

View File

@ -242,10 +242,11 @@ const SSHORT CLASS = CLASS_SOLARIS_I386;
#else
const SSHORT CLASS = CLASS_SOLARIS_SPARC;
#endif
#endif
#ifdef PPC
const SSHORT CLASS = CLASS_LINUX_PPC;
#endif
#endif
#ifdef hpux
const SSHORT CLASS = CLASS_HPUX_PA;