mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 20:43:02 +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.
|
||||
* 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 */
|
||||
|
Loading…
Reference in New Issue
Block a user