mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 03:23:04 +01:00
Removed an ambiguity in nested #ifdef's
This commit is contained in:
parent
48e668a945
commit
6adf9a5ca2
@ -19,7 +19,7 @@
|
|||||||
*
|
*
|
||||||
* All Rights Reserved.
|
* All Rights Reserved.
|
||||||
* Contributor(s): ______________________________________.
|
* Contributor(s): ______________________________________.
|
||||||
* $Id: license.h,v 1.11 2002-02-16 03:59:02 seanleyne Exp $
|
* $Id: license.h,v 1.12 2002-02-20 19:21:21 dimitr Exp $
|
||||||
* Revision 1.5 2000/12/08 16:18:21 fsg
|
* Revision 1.5 2000/12/08 16:18:21 fsg
|
||||||
* Preliminary changes to get IB_BUILD_NO automatically
|
* Preliminary changes to get IB_BUILD_NO automatically
|
||||||
* increased on commits.
|
* increased on commits.
|
||||||
@ -138,19 +138,14 @@
|
|||||||
#endif /* WIN95 */
|
#endif /* WIN95 */
|
||||||
#else
|
#else
|
||||||
#define FB_PLATFORM "NI"
|
#define FB_PLATFORM "NI"
|
||||||
#endif
|
#endif /* SUPERCLIENT || SUPERSERVER */
|
||||||
#else
|
#elif alpha
|
||||||
#ifdef alpha
|
|
||||||
#define FB_PLATFORM "NA"
|
#define FB_PLATFORM "NA"
|
||||||
#else
|
#elif mips
|
||||||
#ifdef mips
|
|
||||||
#define FB_PLATFORM "NM"
|
#define FB_PLATFORM "NM"
|
||||||
#else /* PowerPC */
|
#else /* PowerPC */
|
||||||
#define FB_PLATFORM "NP"
|
#define FB_PLATFORM "NP"
|
||||||
#endif
|
#endif /* WIN_NT */
|
||||||
#endif
|
|
||||||
#endif
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifdef ALPHA_NT
|
#ifdef ALPHA_NT
|
||||||
#define FB_PLATFORM "AN" /* Alpha NT */
|
#define FB_PLATFORM "AN" /* Alpha NT */
|
||||||
|
Loading…
Reference in New Issue
Block a user