Cleanup libgm2/libm2iso/RTco.cc

This patch removes the macro tprintf sizeof nop hack and replaces
it with tprintf (...).

libgm2/ChangeLog:

	* libm2iso/RTco.cc (tprintf): Replace definition.

Signed-off-by: Gaius Mulley <gaiusmod2@gmail.com>
This commit is contained in:
Gaius Mulley 2023-02-13 19:06:36 +00:00
parent 086a1df437
commit 296cf77b78

View file

@ -60,8 +60,7 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
#if defined(TRACEON)
#define tprintf printf
#else
/* sizeof is not evaluated. */
#define tprintf (void)sizeof
#define tprintf(...)
#endif
typedef struct threadCB_s