Minor change.

This commit is contained in:
Gregory Burd 2013-07-26 14:34:20 -04:00
parent 73e071eabe
commit 194e1b3c87

View file

@ -42,8 +42,8 @@ extern "C" {
#define DPUTS(arg) ((void) 0) #define DPUTS(arg) ((void) 0)
#endif #endif
#ifndef __UNUSED #ifndef UNUSED
#define __UNUSED(v) ((void)(v)) #define UNUSED(v) ((void)(v))
#endif #endif
#ifndef COMPQUIET #ifndef COMPQUIET
#define COMPQUIET(n, v) do { \ #define COMPQUIET(n, v) do { \