mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 18:03:04 +01:00
fixed bug in PowerPC patch, commited by me - thanks to Adriano
This commit is contained in:
parent
c2c64e49a8
commit
c3419fbca7
@ -242,10 +242,11 @@ const SSHORT CLASS = CLASS_SOLARIS_I386;
|
|||||||
#else
|
#else
|
||||||
const SSHORT CLASS = CLASS_SOLARIS_SPARC;
|
const SSHORT CLASS = CLASS_SOLARIS_SPARC;
|
||||||
#endif
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifdef PPC
|
#ifdef PPC
|
||||||
const SSHORT CLASS = CLASS_LINUX_PPC;
|
const SSHORT CLASS = CLASS_LINUX_PPC;
|
||||||
#endif
|
#endif
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifdef hpux
|
#ifdef hpux
|
||||||
const SSHORT CLASS = CLASS_HPUX_PA;
|
const SSHORT CLASS = CLASS_HPUX_PA;
|
||||||
|
Loading…
Reference in New Issue
Block a user