Skip to content
Snippets Groups Projects
Commit 444519a8 authored by Dirk Zimoch's avatar Dirk Zimoch
Browse files

don't init Debug variable to allow early overwrite in vxWorks

parent df772bd0
No related branches found
No related tags found
No related merge requests found
...@@ -51,7 +51,7 @@ epicsShareFunc int epicsShareAPI iocshCmd(const char *cmd); ...@@ -51,7 +51,7 @@ epicsShareFunc int epicsShareAPI iocshCmd(const char *cmd);
#include "require.h" #include "require.h"
int requireDebug=0; int requireDebug;
#if defined(vxWorks) #if defined(vxWorks)
#ifndef OS_CLASS #ifndef OS_CLASS
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment