From dd94c5714e2569fc5fb6e52fba600b8a96dca106 Mon Sep 17 00:00:00 2001 From: Marty Kraimer Date: Mon, 28 Feb 2000 20:11:07 +0000 Subject: [PATCH] set pdbbase =0; --- src/db/dbAccess.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/db/dbAccess.c b/src/db/dbAccess.c index 943122141..6f6c02c97 100644 --- a/src/db/dbAccess.c +++ b/src/db/dbAccess.c @@ -56,7 +56,6 @@ of this distribution. #include "dbStaticLib.h" #include "dbBase.h" #include "link.h" -#include "dbAddr.h" #include "dbFldTypes.h" #include "recSup.h" #include "caeventmask.h" @@ -64,12 +63,13 @@ of this distribution. #include "dbCommon.h" #include "dbFldTypes.h" #include "special.h" +#include "errMdef.h" #define epicsExportSharedSymbols +#include "dbAddr.h" #include "callback.h" #include "dbScan.h" #include "dbLock.h" #include "dbEvent.h" -#include "errMdef.h" #include "dbConvert.h" #include "dbConvertFast.h" #include "dbCa.h" @@ -79,7 +79,8 @@ of this distribution. #include "recGbl.h" extern long lset_stack_not_empty; -epicsShareDef struct dbBase *pdbbase; + +epicsShareDef struct dbBase *pdbbase = 0; static short mapDBFToDBR[DBF_NTYPES] = { DBR_STRING, DBR_CHAR, DBR_UCHAR, DBR_SHORT, DBR_USHORT,