From 3b3593288c67958ce26475a95a5151b07241f338 Mon Sep 17 00:00:00 2001 From: Amos Jeffries Date: Sat, 4 May 2013 08:23:49 -0600 Subject: [PATCH] Polish: fix if-def in splay template definitions --- include/splay.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/include/splay.h b/include/splay.h index b1655490de..ea4f2c3e03 100644 --- a/include/splay.h +++ b/include/splay.h @@ -1,8 +1,7 @@ #ifndef SQUID_SPLAY_H #define SQUID_SPLAY_H -#ifndef __cplusplus -#else +#if defined(__cplusplus) #include "Stack.h" -- 2.47.3