From 819f7ab4a545857a60de496417cbdd0afef9d9f7 Mon Sep 17 00:00:00 2001 From: Vitor Santos Costa Date: Mon, 3 Feb 2014 17:03:23 +0000 Subject: [PATCH] good sw practice --- YapTermConfig.h.in | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/YapTermConfig.h.in b/YapTermConfig.h.in index 0172f92cc..1b2a0b953 100644 --- a/YapTermConfig.h.in +++ b/YapTermConfig.h.in @@ -1,3 +1,8 @@ + +#ifndef YAP_TERM_CONFIG + +#define YAP_TERM_CONFIG 1 + /* Define sizes of some basic types */ #undef SIZEOF_INT_P #undef SIZEOF_INT @@ -7,3 +12,4 @@ #undef SIZEOF_FLOAT #undef SIZEOF_DOUBLE +#endif