Added a define for a "nop" statement.
committer: mfx <mfx> 974485414 +0000
This commit is contained in:
parent
7a9bcb10ef
commit
f9dbdb7c03
@ -294,6 +294,9 @@ typedef RETSIGTYPE (SIGTYPEENTRY *sig_type)(int);
|
|||||||
// avoid warnings about shadowing that obsolete index() function
|
// avoid warnings about shadowing that obsolete index() function
|
||||||
#define index upx_index
|
#define index upx_index
|
||||||
|
|
||||||
|
// dummy statement
|
||||||
|
#define nop ((void)0)
|
||||||
|
|
||||||
|
|
||||||
/*************************************************************************
|
/*************************************************************************
|
||||||
// file io
|
// file io
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user