bagajjal 9dba3f91e4
Bagajjal/compile test v8.6 (#503)
Fixed compilation and test failures with V8.6.
2021-04-29 12:41:08 -07:00

15 lines
278 B
C

#pragma once
#ifndef __attribute__
#define __attribute__(A)
#endif
#include "..\..\..\log.h"
#include "..\..\..\ssherr.h"
/* Enable the following for verbose logging */
#if (0)
#define debug4 debug2
#define debug5 debug3
#else
#define debug4(a,...)
#define debug5(a,...)
#endif