From 661b5eea092920dcb316f8e1b4b0843096c707c7 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Sun, 5 Apr 2009 04:10:05 +0000 Subject: Actually, move EVUTIL_NIL_STMT to util-internal.h svn:r1135 --- util-internal.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'util-internal.h') diff --git a/util-internal.h b/util-internal.h index b429f57e..34ac6870 100644 --- a/util-internal.h +++ b/util-internal.h @@ -33,6 +33,9 @@ extern "C" { #endif +/* A good no-op to use in macro definitions. */ +#define _EVUTIL_NIL_STMT ((void)0) + /* Internal use only: macros to match patterns of error codes in a cross-platform way. We need these macros because of two historical reasons: first, nonblocking IO functions are generally written to give an -- cgit v1.2.1