From 194e1b3c87ce0b4c6501ea063fd6ec33b02fbfa4 Mon Sep 17 00:00:00 2001 From: Gregory Burd Date: Fri, 26 Jul 2013 14:34:20 -0400 Subject: [PATCH] Minor change. --- c_src/common.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/c_src/common.h b/c_src/common.h index ed6f378..daeff5f 100644 --- a/c_src/common.h +++ b/c_src/common.h @@ -42,8 +42,8 @@ extern "C" { #define DPUTS(arg) ((void) 0) #endif -#ifndef __UNUSED -#define __UNUSED(v) ((void)(v)) +#ifndef UNUSED +#define UNUSED(v) ((void)(v)) #endif #ifndef COMPQUIET #define COMPQUIET(n, v) do { \