Merge branch 'master' into autotools-conversion
This commit is contained in:
@@ -52,13 +52,13 @@ extern "C" {
|
||||
|
||||
#define DtVERSION 2
|
||||
#define DtREVISION 3
|
||||
#define DtUPDATE_LEVEL 1
|
||||
#define DtUPDATE_LEVEL 2
|
||||
|
||||
#define DtVERSION_NUMBER (DtVERSION * 10000 + \
|
||||
DtREVISION * 100 + \
|
||||
DtUPDATE_LEVEL)
|
||||
|
||||
#define DtVERSION_STRING "CDE Version 2.3.1a"
|
||||
#define DtVERSION_STRING "CDE Version 2.3.2a"
|
||||
|
||||
|
||||
/*
|
||||
|
||||
@@ -405,7 +405,11 @@ typedef struct {struct CNTRY_TBL_S *ptr; LOCK_DESC} CNTRY_TBL_P;
|
||||
struct sk {
|
||||
INT sk_fld;
|
||||
CHAR_P sk_val;
|
||||
} __SK__;
|
||||
};
|
||||
|
||||
/* PJH 20201124 unused struct variable declaration in header causing issues
|
||||
struct sk __SK__;
|
||||
*/
|
||||
typedef struct { struct sk *ptr; LOCK_DESC } SK_P;
|
||||
|
||||
/* node key search path stack entry: one per level per key field */
|
||||
|
||||
Reference in New Issue
Block a user