From f9dbdb7c03f82df86a540f0ebb006111b58f9c2a Mon Sep 17 00:00:00 2001 From: "Markus F.X.J. Oberhumer" Date: Fri, 17 Nov 2000 18:23:34 +0000 Subject: [PATCH] Added a define for a "nop" statement. committer: mfx 974485414 +0000 --- src/conf.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/conf.h b/src/conf.h index 679a35db..a3e97ef0 100644 --- a/src/conf.h +++ b/src/conf.h @@ -294,6 +294,9 @@ typedef RETSIGTYPE (SIGTYPEENTRY *sig_type)(int); // avoid warnings about shadowing that obsolete index() function #define index upx_index +// dummy statement +#define nop ((void)0) + /************************************************************************* // file io