gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r24075 - gnunet/src/mesh


From: gnunet
Subject: [GNUnet-SVN] r24075 - gnunet/src/mesh
Date: Fri, 28 Sep 2012 11:36:22 +0200

Author: grothoff
Date: 2012-09-28 11:36:22 +0200 (Fri, 28 Sep 2012)
New Revision: 24075

Modified:
   gnunet/src/mesh/mesh_block_lib.c
Log:
-do not do this for C code, only for C headers

Modified: gnunet/src/mesh/mesh_block_lib.c
===================================================================
--- gnunet/src/mesh/mesh_block_lib.c    2012-09-28 09:33:26 UTC (rev 24074)
+++ gnunet/src/mesh/mesh_block_lib.c    2012-09-28 09:36:22 UTC (rev 24075)
@@ -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 @@
   return GNUNET_SYSERR;
 }
 
-#if 0                           /* keep Emacsens' auto-indent happy */
-{
-#endif
-#ifdef __cplusplus
-}
-#endif
-
 /* end of mesh_block_lib.c */




reply via email to

[Prev in Thread] Current Thread [Next in Thread]