From 0010ac4bcb273072fcf7ac8f5507e5c21d238dd8 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Fri, 28 Sep 2012 09:36:22 +0000 Subject: [PATCH] -do not do this for C code, only for C headers --- src/mesh/mesh_block_lib.c | 19 +------------------ 1 file changed, 1 insertion(+), 18 deletions(-) diff --git a/src/mesh/mesh_block_lib.c b/src/mesh/mesh_block_lib.c index 8b5020a43..c24242f3e 100644 --- a/src/mesh/mesh_block_lib.c +++ b/src/mesh/mesh_block_lib.c @@ -17,21 +17,11 @@ Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ - /** * @author Bartlomiej Polot * @file mesh/mesh_block_lib.c */ - -#ifdef __cplusplus -extern "C" -{ -#if 0 - /* keep Emacsens' auto-indent happy */ -} -#endif -#endif - +#include "platform.h" #include "mesh_block_lib.h" /** @@ -156,11 +146,4 @@ GNUNET_MESH_regex_block_iterate (const struct MeshRegexBlock *block, return GNUNET_SYSERR; } -#if 0 /* keep Emacsens' auto-indent happy */ -{ -#endif -#ifdef __cplusplus -} -#endif - /* end of mesh_block_lib.c */ -- 2.25.1