remove STATIC

This commit is contained in:
Michael Davidsaver
2010-03-16 21:09:51 -04:00
parent 36980c5a1a
commit 244796bbaa
2 changed files with 18 additions and 22 deletions
+4 -6
View File
@@ -33,11 +33,9 @@
#include "epicsMutex.h"
#include "epicsThread.h"
#define STATIC static
STATIC int firstTime = 1;
STATIC ELLLIST mutexList;
STATIC ELLLIST freeList;
static int firstTime = 1;
static ELLLIST mutexList;
static ELLLIST freeList;
struct epicsMutexParm {
ELLNODE node;
@@ -49,7 +47,7 @@ struct epicsMutexParm {
int lineno;
};
STATIC epicsMutexOSD * epicsMutexGlobalLock;
static epicsMutexOSD * epicsMutexGlobalLock;
// vxWorks 5.4 gcc fails during compile when I use std::exception