colorize outer exception printing

This commit is contained in:
Michael Davidsaver
2026-01-05 14:40:26 -08:00
parent 597330c949
commit 444d1ff1f1
12 changed files with 25 additions and 19 deletions
+1 -3
View File
@@ -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>