colorize outer exception printing
This commit is contained in:
@@ -23,6 +23,7 @@
|
||||
#include <pvxs/iochooks.h>
|
||||
|
||||
#include "qsrvpvt.h"
|
||||
#include "utilpvt.h"
|
||||
#include "groupsource.h"
|
||||
#include "groupconfigprocessor.h"
|
||||
#include "iocshcommand.h"
|
||||
@@ -30,9 +31,6 @@
|
||||
#if EPICS_VERSION_INT < VERSION_INT(7, 0, 3, 1)
|
||||
# define iocshSetError(ret) do { (void)ret; }while(0)
|
||||
#endif
|
||||
#ifndef ERL_ERROR
|
||||
# define ERL_ERROR "ERROR"
|
||||
#endif
|
||||
|
||||
// include last to avoid clash of #define printf with other headers
|
||||
#include <epicsStdio.h>
|
||||
|
||||
Reference in New Issue
Block a user