temp change on version checking for 2.5.15 release, enums do not trigger #ifdefs
This commit is contained in:
parent
483cf405a8
commit
d812366620
1 changed files with 4 additions and 2 deletions
6
stats.h
6
stats.h
|
@ -267,10 +267,12 @@ typedef enum NS_ERR {
|
|||
NS_ERR_NICK_IN_USE = 0x8000001,
|
||||
NS_ERR_OUT_OF_MEMORY = 0x8000002,
|
||||
/* Error value for incompatible version */
|
||||
NS_ERR_VERSION = 0x8000003,
|
||||
|
||||
/* Temporarily done as #define for forward port */
|
||||
/* NS_ERR_VERSION = 0x8000003,*/
|
||||
}NS_ERR ;
|
||||
|
||||
#define NS_ERR_VERSION 0x8000003
|
||||
|
||||
/* do_exit call exit type definitions */
|
||||
typedef enum {
|
||||
NS_EXIT_NORMAL=0,
|
||||
|
|
Reference in a new issue