From cb1d2277ecefab88424aecd80aacdfdf0c379921 Mon Sep 17 00:00:00 2001 From: Raphael Boucherie <rboucher@zimbra.inria.fr> Date: Wed, 5 Apr 2017 14:44:25 +0200 Subject: [PATCH] Removed additional file --- include/common.h~ | 32 -------------------------------- 1 file changed, 32 deletions(-) delete mode 100644 include/common.h~ diff --git a/include/common.h~ b/include/common.h~ deleted file mode 100644 index 76e747e..0000000 --- a/include/common.h~ +++ /dev/null @@ -1,32 +0,0 @@ -/** - * - * @file common.h - * - * Header file for common maccro - * - * @copyright 2010-2017 The University of Tennessee and The University - * of Tennessee Research Foundation. All rights - * reserved. - * - * @copyright 2012-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, - * Univ. Bordeaux. All rights reserved. - * - * @version 1.0.0 - * @author Raphael Boucherie - * @author Mathieu Faverge - * @date 2017-04-05 - * - */ - -#ifndef _COMMON_H_ -#define _COMMON_H_ - -#undef BEGIN_C_DECLS -#undef END_C_DECLS -#if defined(c_plusplus) || defined(__cplusplus) -# define BEGIN_C_DECLS extern "C" { -# define END_C_DECLS } -#else -#define BEGIN_C_DECLS /* empty */ -#define END_C_DECLS /* empty */ -#endif -- GitLab