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

Removed an ambiguity in nested #ifdef's

This commit is contained in:
dimitr 2002-02-20 19:21:22 +00:00
parent 48e668a945
commit 6adf9a5ca2

View File

@ -19,7 +19,7 @@
*
* All Rights Reserved.
* 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
* Preliminary changes to get IB_BUILD_NO automatically
* increased on commits.
@ -138,19 +138,14 @@
#endif /* WIN95 */
#else
#define FB_PLATFORM "NI"
#endif
#else
#ifdef alpha
#endif /* SUPERCLIENT || SUPERSERVER */
#elif alpha
#define FB_PLATFORM "NA"
#else
#ifdef mips
#elif mips
#define FB_PLATFORM "NM"
#else /* PowerPC */
#define FB_PLATFORM "NP"
#endif
#endif
#endif
#endif
#endif /* WIN_NT */
#ifdef ALPHA_NT
#define FB_PLATFORM "AN" /* Alpha NT */